Definition at line 2626 of file controls.php.
Public Member Functions | |
MultipleChoice ($control_class, $choice) | |
The MultipleChoice constructor. | |
submitsMultipleValues () | |
Check whether this control submits multiple values. | |
getValue () | |
Get the control's value. |
|
The MultipleChoice constructor.
Definition at line 2632 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 2646 of file controls.php. |
|
Check whether this control submits multiple values. A control that submits multiple values is a control such as a checkbox or multiple select.
Reimplemented from ControlChoice. Definition at line 2641 of file controls.php. |