MediaWiki
REL1_22
|
Public Member Functions | |
__construct ($params) | |
Initialise the object. | |
getDiv ($value) | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getRaw ($value) | |
getTableRow ($value) | |
Get the complete table row for the input, including help text, labels, and whatever. |
Definition at line 2782 of file HTMLForm.php.
HTMLHiddenField::__construct | ( | $ | params | ) |
Initialise the object.
array | $params | Associative Array. See HTMLForm doc for syntax. |
MWException |
Reimplemented from HTMLFormField.
Definition at line 2783 of file HTMLForm.php.
HTMLHiddenField::getDiv | ( | $ | value | ) |
HTMLHiddenField::getInputHTML | ( | $ | value | ) |
This function must be implemented to return the HTML to generate the input object itself.
It should not implement the surrounding table cells/rows, or labels/help messages.
string | $value | the value to set the input to; eg a default text for a text input. |
Reimplemented from HTMLFormField.
Definition at line 2820 of file HTMLForm.php.
HTMLHiddenField::getRaw | ( | $ | value | ) |
HTMLHiddenField::getTableRow | ( | $ | value | ) |
Get the complete table row for the input, including help text, labels, and whatever.
string | $value | the value to set the input to. |
Reimplemented from HTMLFormField.
Definition at line 2791 of file HTMLForm.php.