string|null previousPageUrl() Get the URL for the previous page. Return Value string|null
string|null previousPageUrl() Get the URL for the previous page, or null. Return Value string|null
int perPage() Get the number of items shown per page. Return Value int
int perPage() Determine how many items are being shown per page. Return Value int
bool onFirstPage() Determine if the paginator is on the first page. Return Value bool
void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
void offsetSet(mixed $key, mixed $value) Set the item at the given offset. Parameters mixed $key mixed $value Return Value void
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool
string|null nextPageUrl() Get the URL for the next page. Return Value string|null
Page 363 of 996