HiddenField
class HiddenField extends BaseControl
Hidden form control used to store a non-displayed value.
Methods
__construct($persistentValue = null)
No description
Html|string
getControl()
Generates control's HTML element.
Html|string
getLabel($caption = null)
Bypasses label generation.
void
addError($message, $translate = true)
Adds error message to the list.
Details
at line 22
__construct($persistentValue = null)
No description
at line 41
IControl
setValue($value)
internal |
Sets control's value.
at line 57
Html|string
getControl()
Generates control's HTML element.
at line 74
Html|string
getLabel($caption = null)
Bypasses label generation.
at line 84
void
addError($message, $translate = true)
Adds error message to the list.