|
string | $_helpbutton ='' |
| html for help button, if empty then no help
|
|
◆ __construct()
MoodleQuickForm_hidden::__construct |
( |
|
$elementName = null , |
|
|
|
$value = '' , |
|
|
|
$attributes = null |
|
) |
| |
Constructor.
- Parameters
-
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.
◆ getHelpButton()
MoodleQuickForm_hidden::getHelpButton |
( |
| ) |
|
get html for help button
- Return values
-
string | html for help button |
◆ MoodleQuickForm_hidden()
MoodleQuickForm_hidden::MoodleQuickForm_hidden |
( |
|
$elementName = null , |
|
|
|
$value = '' , |
|
|
|
$attributes = null |
|
) |
| |
Old syntax of class constructor.
Deprecated in PHP7.
- Deprecated:
- since Moodle 3.1
◆ setHelpButton()
MoodleQuickForm_hidden::setHelpButton |
( |
|
$helpbuttonargs, |
|
|
|
$function = 'helpbutton' |
|
) |
| |
The documentation for this class was generated from the following file: