Class Jumping

Summary

Fully Qualified Name: Zend\Paginator\ScrollingStyle\Jumping
Implements: ScrollingStyleInterface

Description

A scrolling style in which the cursor advances to the upper bound of the page range, the page range "jumps" to the next section, and the cursor moves back to the beginning of the range.

Methods

Name Description Defined By
getPages() Returns an array of "local" pages given a page number and range. Jumping

Method Details

getPages()

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

Parameter Name Type Description
$paginator \Paginator
$pageRange int Unused

Returns: array

Top