Collection_Shortcuts_NormalizeItemPerPage()
Collection_Shortcuts_NormalizeItemPerPage( $request)
Parameters
$request |
Collection_Shortcuts_GetCollectionByNameOr404(string $name) : \Collection_Collection
Returns collection with given name or throws 404 not found exception if such collection does not exist.
string | $name |
Collection_Shortcuts_GetCollectionByName(string $name) : \Collection_Collection|NULL
Returns collection with given name and returns null if there is no collection with given name.
string | $name |