string|null nextPageUrl() The URL for the next page, or null. Return Value string|null
string links(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
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
array items() Get all of the items being paginated. Return Value array
bool isEmpty() Determine if the list of items is empty or not. Return Value bool
bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool
Page 364 of 996