Inheritance diagram for MultiSelectField:
Definition at line 8 of file multiselect-field.inc.php.
Public Member Functions | |
drawInput () | |
Draw the field. | |
getData () | |
Get the data value. | |
setData ($value) | |
Set data. |
|
Draw the field.
Reimplemented from SelectField. Definition at line 13 of file multiselect-field.inc.php. References AbstractField::extrasAsAttributes(). |
|
Get the data value.
Reimplemented from AbstractField. Definition at line 44 of file multiselect-field.inc.php. |
|
Set data.
Reimplemented from AbstractField. Definition at line 49 of file multiselect-field.inc.php. |