mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixing option documentation.
This commit is contained in:
parent
af608f68ef
commit
fd88d57513
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ class PaginatorHelper extends AppHelper {
|
|||
* ### Options:
|
||||
*
|
||||
* - `tag` The tag wrapping tag you want to use, defaults to 'span'
|
||||
* - `before` Content to insert before the link/tag
|
||||
* - `after` Content to insert after the link/tag
|
||||
* - `model` The model to use defaults to PaginatorHelper::defaultModel()
|
||||
* - `separator` Content between the generated links, defaults to ' | '
|
||||
* - `ellipsis` Content for ellipsis, defaults to '...'
|
||||
|
|
Loading…
Add table
Reference in a new issue