1625. Class

1625.1. 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.

1625.1.1. Methods

1625.1.1.1. getPages

getPages()

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

Parameters:
  • Paginator
  • integer – Unused
Return type:

array

Project Versions

Table Of Contents

Previous topic

1624. Class

Next topic

1626. Class

This Page