string render(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
string render(Presenter $presenter = null) Render the paginator using a given Presenter. Parameters Presenter $presenter Return Value string
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
Page 541 of 996