Class All

Summary

Fully Qualified Name: Zend\Paginator\ScrollingStyle\All
Implements: ScrollingStyleInterface

Description

A scrolling style that returns every page in the collection.

Useful when it is necessary to make every page available at once--for example, when using a drop-down menu pagination control.

Methods

Name Description Defined By
getPages() Returns an array of all pages given a page number and range. All

Method Details

getPages()

Returns an array of all pages given a page number and range.

Parameter Name Type Description
$paginator \Paginator
$pageRange int Unused

Returns: array

Top