|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
Hidden type form element. More...
Public Member Functions | |
| __construct ($elementName=null, $value='', $attributes=null) | |
| Constructor. | |
| getHelpButton () | |
| get html for help button | |
| MoodleQuickForm_hidden ($elementName=null, $value='', $attributes=null) | |
| Old syntax of class constructor. | |
Public Attributes | |
| string | $_helpbutton ='' |
| html for help button, if empty then no help | |
Hidden type form element.
HTML class for a hidden type element
| MoodleQuickForm_hidden::__construct | ( | $elementName = null, | |
| $value = '', | |||
| $attributes = null ) |
Constructor.
| string | $elementName | (optional) name of the hidden element |
| string | $value | (optional) value of the element |
| mixed | $attributes | (optional) Either a typical HTML attribute string or an associative array |
Reimplemented in tool_lp_site_competencies_form_element.
| MoodleQuickForm_hidden::getHelpButton | ( | ) |
get html for help button
| string | html for help button |
| MoodleQuickForm_hidden::MoodleQuickForm_hidden | ( | $elementName = null, | |
| $value = '', | |||
| $attributes = null ) |