array items() Get all of the items being paginated. Return Value array
array items() Get the slice of items being paginated. Return Value array
array jsonSerialize() Convert the object into something JSON serializable. Return Value array
int lastItem() Get the "index" of the last item being paginated. Return Value int
int lastItem() Get the number of the last item in the slice. Return Value int
string links(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
string|null nextPageUrl() The URL for the next page, or null. Return Value string|null
string|null nextPageUrl() Get the URL for the next page. Return Value string|null
bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
Page 9567 of 11844