Skip to content

Commit

Permalink
Update docs - add missing option.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 9, 2014
1 parent 876cb57 commit 717e6b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/View/Helper/PaginatorHelper.php
Expand Up @@ -579,6 +579,9 @@ public function counter($options = []) {
* links to generate.
* - `last` Whether you want last links generated, set to an integer to define the number of 'last'
* links to generate.
* - `templates` An array of templates, or template file name containing the templates you'd like to
* use when generating the numbers. The helper's original templates will be restored once
* numbers() is done.
*
* The generated number links will include the 'ellipsis' template when the `first` and `last` options
* and the number of pages exceed the modulus. For example if you have 25 pages, and use the first/last
Expand Down

0 comments on commit 717e6b0

Please sign in to comment.