void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
int perPage() Get the number of items shown per page. Return Value int
int lastItem() Get the number of the last item in the slice. Return Value int
array items() Get the slice of items being paginated. Return Value array
bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool
string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string
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
Collection getCollection() Get the paginator's underlying collection. Return Value Collection
Page 994 of 996