Browse Source

Explain modulus 0.

Mark Scherer 10 years ago
parent
commit
a317870888
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/PaginatorHelper.php

+ 1 - 1
src/View/Helper/PaginatorHelper.php

@@ -604,7 +604,7 @@ class PaginatorHelper extends Helper
      * - `after` Content to be inserted after the numbers, but before the last links.
      * - `model` Model to create numbers for, defaults to PaginatorHelper::defaultModel()
      * - `modulus` How many numbers to include on either side of the current page, defaults to 8.
-     *    Set to `false` to disable.
+     *    Set to `false` to disable and to show all numbers.
      * - `first` Whether you want first links generated, set to an integer to define the number of 'first'
      *    links to generate.
      * - `last` Whether you want last links generated, set to an integer to define the number of 'last'