Public Member Functions | |
| __construct ($name) | |
| getName () | |
| toValue (Form $form) | |
Static Public Member Functions | |
| static | create ($name) |
| |
Private Attributes | |
| $primitiveName = null | |
Definition at line 20 of file FormField.class.php.
| FormField::__construct | ( | $ | name | ) |
Definition at line 24 of file FormField.class.php.
| static FormField::create | ( | $ | name | ) | [static] |
| FormField::getName | ( | ) |
Definition at line 37 of file FormField.class.php.
| FormField::toValue | ( | Form $ | form | ) |
Definition at line 42 of file FormField.class.php.
References PlainForm::getValue().

FormField::$primitiveName = null [private] |
Definition at line 22 of file FormField.class.php.
1.5.4