| Fully Qualified Name: | Laminas\Paginator\ScrollingStyle\All |
| Implements: | ScrollingStyleInterface |
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.
| Name | Description | Defined By |
|---|---|---|
| getPages() | Returns an array of all pages given a page number and range. | All |
Returns an array of all pages given a page number and range.
| Parameter Name | Type | Description |
|---|---|---|
| $paginator | \Paginator | |
| $pageRange | int | Unused |
Returns: array