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
bool hasMorePages() Determine if there are more items in the data source. Return Value bool
bool hasMorePages() Determine if there is more items in the data store. 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
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
Page 543 of 996