An input element is considered to be a ValueInput if it contains a value attribute.
Definition at line 854 of file controls.php.
Public Member Functions | |||||
ValueInput ($type, $control_name=null) | |||||
| |||||
getValue () | |||||
Get the control's value. | |||||
setValue ($value) | |||||
Set the control's value. |
|
Definition at line 859 of file controls.php. |
|
Get the control's value. An interface for retrieving a control's value. This should be overridden in a subclass to return a value.
Reimplemented from ControlElement. Reimplemented in ImageInput. Definition at line 868 of file controls.php. |
|
Set the control's value. This sets the control's value and flags the control has having been updated.
Reimplemented from ControlElement. Reimplemented in ImageInput. Definition at line 873 of file controls.php. |