cakephp2-php8/lib/Cake/View
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
..
Elements Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Errors Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Helper Fix PHP 5.3 syntax 2018-09-12 18:14:24 +02:00
Scaffolds Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
Helper.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
HelperCollection.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
JsonView.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
MediaView.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ScaffoldView.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ThemeView.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
View.php Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
ViewBlock.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
XmlView.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00