Atom for using in LogicalExpression. More...
Public Member Functions | |
__construct ($name) | |
getName () | |
toValue (Form $form) | |
Static Public Member Functions | |
static | create ($name) |
Private Attributes | |
$primitiveName = null |
Atom for using in LogicalExpression.
Definition at line 19 of file FormField.class.php.
FormField::__construct | ( | $ | name | ) |
Definition at line 23 of file FormField.class.php.
static FormField::create | ( | $ | name | ) | [static] |
Definition at line 31 of file FormField.class.php.
FormField::getName | ( | ) |
Definition at line 36 of file FormField.class.php.
FormField::toValue | ( | Form $ | form | ) |
Definition at line 41 of file FormField.class.php.
References PlainForm::getValue().
FormField::$primitiveName = null [private] |
Definition at line 21 of file FormField.class.php.