|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| HTML_QuickForm_hidden ($elementName=null, $value='', $attributes=null) | |
| freeze () | |
| accept (&$renderer) | |
HTML class for a hidden type element
Definition at line 33 of file hidden.php.
| accept | ( | &$ | renderer | ) |
Accepts a renderer
| object | An HTML_QuickForm_Renderer object public |
Definition at line 79 of file hidden.php.
| freeze | ( | ) |
Freeze the element so that only its value is returned
public
Reimplemented from HTML_QuickForm_element.
Definition at line 64 of file hidden.php.
| HTML_QuickForm_hidden | ( | $ | elementName = null, |
| $ | value = '', |
||
| $ | attributes = null |
||
| ) |
Class constructor
| string | $elementName | (optional)Input field name attribute |
| string | $value | (optional)Input field value |
| mixed | $attributes | (optional)Either a typical HTML attribute string or an associative array |
Definition at line 48 of file hidden.php.

