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

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

getPages(\Zend\Paginator\Paginator $paginator, int $pageRange) : array

Parameters

$pageRange

int

Unused

Returns

array