Inheritance diagram for AbstractListField:

Definition at line 7 of file abstractlist-field.inc.php.
Public Member Functions | |
| __construct ($name, Form &$parentForm, array $attribs=array()) | |
| Constructor. | |
| __set ($name, $value) | |
| Magic setter. | |
Protected Attributes | |
| $options = array() | |
| Array of options to display in the field, should be an associative array of form value => title. | |
|
||||||||||||||||
|
Constructor.
Reimplemented from AbstractField. Reimplemented in GenderField, and UsStateField. Definition at line 17 of file abstractlist-field.inc.php. |
|
||||||||||||
|
Magic setter.
Reimplemented from AbstractField. Definition at line 32 of file abstractlist-field.inc.php. |
|
|
Array of options to display in the field, should be an associative array of form value => title.
Definition at line 9 of file abstractlist-field.inc.php. |
1.3.9.1