Public Member Functions | |
| __construct ($name, $label) | |
| render () | |
| addElement ($formElement) | |
Static Public Member Functions | |
| static | Factory ($name, $label) |
Private Attributes | |
| $_elementList | |
Definition at line 432 of file form.class.php.
| __construct | ( | $ | name, | |
| $ | label | |||
| ) |
Definition at line 436 of file form.class.php.
| addElement | ( | $ | formElement | ) |
Definition at line 462 of file form.class.php.
| static Factory | ( | $ | name, | |
| $ | label | |||
| ) | [static] |
Definition at line 467 of file form.class.php.
| render | ( | ) |
Reimplemented from FormElement.
Definition at line 443 of file form.class.php.
$_elementList [private] |
Definition at line 434 of file form.class.php.
1.6.3