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
string|null nextPageUrl() The the URL for the next page, or null. Return Value string|null
string links(string $view = null) Render the paginator using the given view. Parameters string $view Return Value string
int lastPage() Get the last page. Return Value int
int lastPage() Get the page number of the last available page. Return Value int
int lastItem() Get the number of the last item in the slice. Return Value int
int lastItem() Get the "index" of the last item being paginated. Return Value int
array jsonSerialize() Convert the object into something JSON serializable. Return Value array
array items() Get the slice of items being paginated. Return Value array
Page 542 of 996