mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.
This commit is contained in:
parent
7604763888
commit
d84531d29c
11 changed files with 54 additions and 1 deletions
|
@ -28,6 +28,8 @@ App::uses('Multibyte', 'I18n');
|
|||
* given client-side library.
|
||||
*
|
||||
* @package Cake.View.Helper
|
||||
* @property HtmlHelper $Html
|
||||
* @property FormHelper $Form
|
||||
*/
|
||||
class JsHelper extends AppHelper {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue