cakephp2-php8/lib/Cake/Controller/Component
Val Bancer 320cdf98ee Add undocumented properties (#12717)
See https://book.cakephp.org/2.0/en/controllers/request-response.html#accessing-request-parameters and https://api.cakephp.org/2.10/source-class-UpgradeShell.html#345-403

* Initialize $params to null
* Document more magic properties, trigger deprecated notices
* Use $controller->request->params instead $controller->params
* Remove unused variable
* Improve documentation, add type checks.
* It seems like $this->uses can also be of type false; however, parameter
$array of array_unshift() does only seem to accept array.
* Declare undeclared property
* Add extra type checks
* Adjust type check
* Improve documentation, initiate uninitialized variables.
* Improve documentation, reset variable
2018-11-15 20:41:57 -05:00
..
Acl Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
Auth Fix typo 2017-11-05 22:34:47 -05:00
AclComponent.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
AuthComponent.php fixes #11468 2017-11-27 11:59:34 +02:00
CookieComponent.php Simplify CookieComponent::read() 2017-10-16 21:01:19 +09:00
EmailComponent.php Fix: phpdoc miss 2017-10-04 00:22:42 +09:00
FlashComponent.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
PaginatorComponent.php Merge branch '2.next' of github.com:cakephp/cakephp into 2.next 2017-06-26 21:51:55 -04:00
RequestHandlerComponent.php Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
SecurityComponent.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
SessionComponent.php Make docs compatible with CakeSession 2018-06-12 10:24:24 +02:00