1626. Class

1626.1. Zend\Paginator\ScrollingStyle\Elastic

A Google-like scrolling style. Incrementally expands the range to about twice the given page range, then behaves like a slider. See the example link.

1626.1.1. Methods

1626.1.1.1. getPages

getPages()

Returns an array of “local” pages given a page number and range.

Parameters:
  • Paginator
  • integer – Unused
Return type:

array

Project Versions

Table Of Contents

Previous topic

1625. Class

Next topic

1627. Class

This Page