bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool
$this hasMorePagesWhen(bool $value = true) Manually indicate that the paginator does have more pages. Parameters bool $value Return Value $this
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
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Collection getCollection() Get the paginator's underlying collection. Return Value Collection
Page 365 of 996