mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Fixing option documentation.
This commit is contained in:
parent
56415f20cb
commit
c5c638e8f5
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ class PaginatorHelper extends AppHelper {
|
||||||
* ### Options:
|
* ### Options:
|
||||||
*
|
*
|
||||||
* - `tag` The tag wrapping tag you want to use, defaults to 'span'
|
* - `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()
|
* - `model` The model to use defaults to PaginatorHelper::defaultModel()
|
||||||
* - `separator` Content between the generated links, defaults to ' | '
|
* - `separator` Content between the generated links, defaults to ' | '
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue