Definition at line 2563 of file controls.php.
Public Member Functions | |
SingleChoice ($control_class, $choice) | |
The SingleChoice constructor. | |
getValue () | |
Get the control's value. | |
select ($id) | |
Select an Option by ID. |
|
The SingleChoice constructor.
Definition at line 2570 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 ControlChoice. Definition at line 2579 of file controls.php. |
|
Select an Option by ID.
Reimplemented from ControlChoice. Definition at line 2591 of file controls.php. |