.. Paginator/ScrollingStyle/All.php generated using docpx on 01/30/13 03:27pm Class ***** Zend\\Paginator\\ScrollingStyle\\All ==================================== 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 ------- getPages ++++++++ .. function:: getPages() Returns an array of all pages given a page number and range. :param Paginator: :param integer: Unused :rtype: array