mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Correct spelling of retrieve
This commit is contained in:
parent
5bd31621c1
commit
94d7ac1dd6
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class PaginatorHelper extends AppHelper {
|
|||
/**
|
||||
* Convenience access to any of the paginator params.
|
||||
*
|
||||
* @param string $key Key of the paginator params array to retreive.
|
||||
* @param string $key Key of the paginator params array to retrieve.
|
||||
* @param string $model Optional model name. Uses the default if none is specified.
|
||||
* @return mixed Content of the requested param.
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/paginator.html#PaginatorHelper::params
|
||||
|
|
Loading…
Add table
Reference in a new issue