11{
22 "Html::a" : {
33 "prefix" : " Html::a" ,
4- "body" : " Html::a(${ \\ $text}, ${ \\ $url}, ${ \\ $options = []})$3" ,
4+ "body" : " Html::a(\\ $${ text}, \\ $${ url}, \\ $${ options = []})$3" ,
55 "description" : " Generates a hyperlink tag."
66 },
77 "Html::activeBooleanInput" : {
88 "prefix" : " Html::activeBooleanInput" ,
9- "body" : " Html::activeBooleanInput(${ \\ $type}, ${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
9+ "body" : " Html::activeBooleanInput(\\ $${ type}, \\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
1010 "description" : " Generates a boolean input This method is mainly called by activeCheckbox() and activeRadio()."
1111 },
1212 "Html::activeCheckbox" : {
1313 "prefix" : " Html::activeCheckbox" ,
14- "body" : " Html::activeCheckbox(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
14+ "body" : " Html::activeCheckbox(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
1515 "description" : " Generates a checkbox tag together with a label for the given model attribute."
1616 },
1717 "Html::activeCheckboxList" : {
1818 "prefix" : " Html::activeCheckboxList" ,
19- "body" : " Html::activeCheckboxList(${ \\ $model}, ${ \\ $attribute}, ${ \\ $items}, ${ \\ $options = []})$3" ,
19+ "body" : " Html::activeCheckboxList(\\ $${ model}, \\ $${ attribute}, \\ $${ items}, \\ $${ options = []})$3" ,
2020 "description" : " Generates a list of checkboxes."
2121 },
2222 "Html::activeDropDownList" : {
2323 "prefix" : " Html::activeDropDownList" ,
24- "body" : " Html::activeDropDownList(${ \\ $model}, ${ \\ $attribute}, ${ \\ $items}, ${ \\ $options = []})$3" ,
24+ "body" : " Html::activeDropDownList(\\ $${ model}, \\ $${ attribute}, \\ $${ items}, \\ $${ options = []})$3" ,
2525 "description" : " Generates a drop-down list for the given model attribute."
2626 },
2727 "Html::activeFileInput" : {
2828 "prefix" : " Html::activeFileInput" ,
29- "body" : " Html::activeFileInput(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
29+ "body" : " Html::activeFileInput(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
3030 "description" : " Generates a file input tag for the given model attribute."
3131 },
3232 "Html::activeHiddenInput" : {
3333 "prefix" : " Html::activeHiddenInput" ,
34- "body" : " Html::activeHiddenInput(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
34+ "body" : " Html::activeHiddenInput(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
3535 "description" : " Generates a hidden input tag for the given model attribute."
3636 },
3737 "Html::activeHint" : {
3838 "prefix" : " Html::activeHint" ,
39- "body" : " Html::activeHint(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
39+ "body" : " Html::activeHint(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
4040 "description" : " Generates a hint tag for the given model attribute."
4141 },
4242 "Html::activeInput" : {
4343 "prefix" : " Html::activeInput" ,
44- "body" : " Html::activeInput(${ \\ $type}, ${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
44+ "body" : " Html::activeInput(\\ $${ type}, \\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
4545 "description" : " Generates an input tag for the given model attribute."
4646 },
4747 "Html::activeLabel" : {
4848 "prefix" : " Html::activeLabel" ,
49- "body" : " Html::activeLabel(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
49+ "body" : " Html::activeLabel(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
5050 "description" : " Generates a label tag for the given model attribute."
5151 },
5252 "Html::activeListBox" : {
5353 "prefix" : " Html::activeListBox" ,
54- "body" : " Html::activeListBox(${ \\ $model}, ${ \\ $attribute}, ${ \\ $items}, ${ \\ $options = []})$3" ,
54+ "body" : " Html::activeListBox(\\ $${ model}, \\ $${ attribute}, \\ $${ items}, \\ $${ options = []})$3" ,
5555 "description" : " Generates a list box."
5656 },
5757 "Html::activeListInput" : {
5858 "prefix" : " Html::activeListInput" ,
59- "body" : " Html::activeListInput(${ \\ $type}, ${ \\ $model}, ${ \\ $attribute}, ${ \\ $items}, ${ \\ $options = []})$3" ,
59+ "body" : " Html::activeListInput(\\ $${ type}, \\ $${ model}, \\ $${ attribute}, \\ $${ items}, \\ $${ options = []})$3" ,
6060 "description" : " Generates a list of input fields."
6161 },
6262 "Html::activePasswordInput" : {
6363 "prefix" : " Html::activePasswordInput" ,
64- "body" : " Html::activePasswordInput(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
64+ "body" : " Html::activePasswordInput(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
6565 "description" : " Generates a password input tag for the given model attribute."
6666 },
6767 "Html::activeRadio" : {
6868 "prefix" : " Html::activeRadio" ,
69- "body" : " Html::activeRadio(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
69+ "body" : " Html::activeRadio(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
7070 "description" : " Generates a radio button tag together with a label for the given model attribute."
7171 },
7272 "Html::activeRadioList" : {
7373 "prefix" : " Html::activeRadioList" ,
74- "body" : " Html::activeRadioList(${ \\ $model}, ${ \\ $attribute}, ${ \\ $items}, ${ \\ $options = []})$3" ,
74+ "body" : " Html::activeRadioList(\\ $${ model}, \\ $${ attribute}, \\ $${ items}, \\ $${ options = []})$3" ,
7575 "description" : " Generates a list of radio buttons."
7676 },
7777 "Html::activeTextInput" : {
7878 "prefix" : " Html::activeTextInput" ,
79- "body" : " Html::activeTextInput(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
79+ "body" : " Html::activeTextInput(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
8080 "description" : " Generates a text input tag for the given model attribute."
8181 },
8282 "Html::activeTextarea" : {
8383 "prefix" : " Html::activeTextarea" ,
84- "body" : " Html::activeTextarea(${ \\ $model}, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
84+ "body" : " Html::activeTextarea(\\ $${ model}, \\ $${ attribute}, \\ $${ options = []})$3" ,
8585 "description" : " Generates a textarea tag for the given model attribute."
8686 },
8787 "Html::addCssClass" : {
8888 "prefix" : " Html::addCssClass" ,
89- "body" : " Html::addCssClass(${&$options}, ${ \\ $class})$3" ,
89+ "body" : " Html::addCssClass(${&$options}, \\ $${ class})$3" ,
9090 "description" : " Adds a CSS class (or several classes) to the specified options."
9191 },
9292 "Html::beginForm" : {
9393 "prefix" : " Html::beginForm" ,
94- "body" : " Html::beginForm(${ \\ $action = ''}, ${ \\ $method = 'post'}, ${ \\ $options = []})$3" ,
94+ "body" : " Html::beginForm(\\ $${ action = ''}, \\ $${ method = 'post'}, \\ $${ options = []})$3" ,
9595 "description" : " Generates a form start tag."
9696 },
9797 "Html::beginTag" : {
9898 "prefix" : " Html::beginTag" ,
99- "body" : " Html::beginTag(${ \\ $name}, ${ \\ $options = []})$3" ,
99+ "body" : " Html::beginTag(\\ $${ name}, \\ $${ options = []})$3" ,
100100 "description" : " Generates a start tag."
101101 },
102102 "Html::booleanInput" : {
103103 "prefix" : " Html::booleanInput" ,
104- "body" : " Html::booleanInput(${ \\ $type}, ${ \\ $name}, ${ \\ $checked}, ${ \\ $options = []})$3" ,
104+ "body" : " Html::booleanInput(\\ $${ type}, \\ $${ name}, \\ $${ checked}, \\ $${ options = []})$3" ,
105105 "description" : " Generates a boolean input."
106106 },
107107 "Html::button" : {
108108 "prefix" : " Html::button" ,
109- "body" : " Html::button(${ \\ $content = 'Button'}, ${ \\ $options = []})$3" ,
109+ "body" : " Html::button(\\ $${ content = 'Button'}, \\ $${ options = []})$3" ,
110110 "description" : " Generates a boolean input."
111111 },
112112 "Html::buttonInput" : {
113113 "prefix" : " Html::buttonInput" ,
114- "body" : " Html::buttonInput(${ \\ $content = 'Button'}, ${ \\ $options = []})$3" ,
114+ "body" : " Html::buttonInput(\\ $${ content = 'Button'}, \\ $${ options = []})$3" ,
115115 "description" : " Generates an input button."
116116 },
117117 "Html::checkbox" : {
118118 "prefix" : " Html::checkbox" ,
119- "body" : " Html::checkbox( ${ \\ $name}, ${ \\ $checked}, ${ \\ $options = []})$3" ,
119+ "body" : " Html::checkbox( \\ $${ name}, \\ $${ checked}, \\ $${ options = []})$3" ,
120120 "description" : " Generates a checkbox input."
121121 },
122122 "Html::checkboxList" : {
123123 "prefix" : " Html::checkboxList" ,
124- "body" : " Html::checkboxList( ${ \\ $name}, ${ \\ $selection = null}, ${ \\ $items}, ${ \\ $options = []})$3" ,
124+ "body" : " Html::checkboxList( \\ $${ name}, \\ $${ selection = null}, \\ $${ items}, \\ $${ options = []})$3" ,
125125 "description" : " Generates a list of checkboxes."
126126 },
127127 "Html::csrfMetaTags" : {
131131 },
132132 "Html::cssFile" : {
133133 "prefix" : " Html::cssFile" ,
134- "body" : " Html::cssFile(${ \\ $url}, ${ \\ $options = []})$3" ,
134+ "body" : " Html::cssFile(\\ $${ url}, \\ $${ options = []})$3" ,
135135 "description" : " Generates a link tag that refers to an external CSS file."
136136 },
137137 "Html::cssStyleFromArray" : {
151151 },
152152 "Html::dropDownList" : {
153153 "prefix" : " Html::dropDownList" ,
154- "body" : " Html::dropDownList($name}, ${ \\ $selection = null}, ${ \\ $items = []}, ${ \\ $options = []})$3" ,
154+ "body" : " Html::dropDownList($name}, \\ $${ selection = null}, \\ $${ items = []}, \\ $${ options = []})$3" ,
155155 "description" : " Generates a drop-down list."
156156 },
157157 "Html::encode" : {
158158 "prefix" : " Html::encode" ,
159- "body" : " Html::encode($content}, ${ \\ $doubleEncode = true})$3" ,
159+ "body" : " Html::encode($content}, \\ $${ doubleEncode = true})$3" ,
160160 "description" : " Encodes special characters into HTML entities."
161161 },
162162 "Html::endForm" : {
171171 },
172172 "Html::error" : {
173173 "prefix" : " Html::error" ,
174- "body" : " Html::error($model, ${ \\ $attribute}, ${ \\ $options = []})$3" ,
174+ "body" : " Html::error($model, \\ $${ attribute}, \\ $${ options = []})$3" ,
175175 "description" : " Generates a tag that contains the first validation error of the specified model attribute."
176176 }
177177}
0 commit comments