Interface ScrollingStyleInterface

Summary

Fully Qualified Name: Zend\Paginator\ScrollingStyle\ScrollingStyleInterface

Description

Methods

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

Method Details

getPages()

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

Parameter Name Type Description
$paginator \Paginator
$pageRange int (Optional)

Returns: array

Top