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
bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool
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 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
string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string
string getPageName() Get the query string variable used to store the page. Return Value string
Page 994 of 996