mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating documentation with missing option.
This commit is contained in:
parent
3d44489b0c
commit
a0d531cef2
1 changed files with 1 additions and 1 deletions
|
@ -285,6 +285,7 @@ class PaginatorHelper extends AppHelper {
|
|||
*
|
||||
* - `escape` Whether you want the contents html entity encoded, defaults to true
|
||||
* - `model` The model to use, defaults to PaginatorHelper::defaultModel()
|
||||
* - `direction` The default directon to use when this link isn't active.
|
||||
*
|
||||
* @param string $key The name of the key that the recordset should be sorted.
|
||||
* @param string $title Title for the link. If $title is null $key will be used
|
||||
|
@ -613,7 +614,6 @@ class PaginatorHelper extends AppHelper {
|
|||
*
|
||||
* Using the first and last options you can create links to the beginning and end of the page set.
|
||||
*
|
||||
*
|
||||
* ### Options
|
||||
*
|
||||
* - `before` Content to be inserted before the numbers
|
||||
|
|
Loading…
Reference in a new issue