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 dropdown menu pagination control.

category Zend
package Zend_Paginator
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

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

getPages(\Zend_Paginator $paginator, integer $pageRange = null) : array
inherited_from \Zend_Paginator_ScrollingStyle_Interface::getPages()

Parameters

$paginator

\Zend_Paginator

$pageRange

integer

Unused

Returns

array