mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-27 18:03:33 +00:00
Updated JavaScript casing and JsHelper references in doc blocks
This commit is contained in:
parent
1c148c28f0
commit
915b51b239
11 changed files with 25 additions and 25 deletions
lib/Cake/Controller
|
@ -88,7 +88,7 @@ class Controller extends Object implements CakeEventListener {
|
|||
* An array containing the names of helpers this controller uses. The array elements should
|
||||
* not contain the "Helper" part of the classname.
|
||||
*
|
||||
* Example: `public $helpers = array('Html', 'Javascript', 'Time', 'Ajax');`
|
||||
* Example: `public $helpers = array('Html', 'JavaScript', 'Time', 'Ajax');`
|
||||
*
|
||||
* @var mixed A single name as a string or a list of names as an array.
|
||||
* @link http://book.cakephp.org/2.0/en/controllers.html#components-helpers-and-uses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue