Public Member Functions | |
| render () | |
| renderElement () | |
| renderLabel () | |
| setName ($name) | |
| getName () | |
| setId ($id) | |
| getId () | |
| setLabel ($label) | |
| getLabel () | |
| setValue ($value) | |
| getValue () | |
| setRequired ($required=true) | |
| isRequired () | |
| setOptionList ($optionList) | |
| getOptionList () | |
Protected Attributes | |
| $name | |
| $id | |
| $label | |
| $value | |
| $required | |
| $optionList | |
Private Member Functions | |
| __construct ($name) | |
Definition at line 100 of file form.class.php.
| __construct | ( | $ | name | ) | [private] |
Reimplemented in Input, InputText, InputHidden, InputPassword, InputFile, InputCheckbox, InputRadio, Button, TextArea, and SelectBox.
Definition at line 110 of file form.class.php.
| getId | ( | ) |
Definition at line 155 of file form.class.php.
| getLabel | ( | ) |
Definition at line 165 of file form.class.php.
| getName | ( | ) |
Definition at line 145 of file form.class.php.
| getOptionList | ( | ) |
Definition at line 195 of file form.class.php.
| getValue | ( | ) |
Reimplemented in SelectBox.
Definition at line 175 of file form.class.php.
| isRequired | ( | ) |
Definition at line 185 of file form.class.php.
| render | ( | ) |
Reimplemented in InputHidden, InputCheckbox, InputRadio, and FieldSet.
Definition at line 122 of file form.class.php.
| renderElement | ( | ) |
| renderLabel | ( | ) |
Reimplemented in Input, InputHidden, Button, TextArea, and SelectBox.
Definition at line 135 of file form.class.php.
| setId | ( | $ | id | ) |
Definition at line 150 of file form.class.php.
| setLabel | ( | $ | label | ) |
Definition at line 160 of file form.class.php.
| setName | ( | $ | name | ) |
Definition at line 140 of file form.class.php.
| setOptionList | ( | $ | optionList | ) |
Definition at line 190 of file form.class.php.
| setRequired | ( | $ | required = true |
) |
Definition at line 180 of file form.class.php.
| setValue | ( | $ | value | ) |
Reimplemented in SelectBox.
Definition at line 170 of file form.class.php.
$id [protected] |
Definition at line 103 of file form.class.php.
$label [protected] |
Definition at line 104 of file form.class.php.
$name [protected] |
Definition at line 102 of file form.class.php.
$optionList [protected] |
Definition at line 107 of file form.class.php.
$required [protected] |
Definition at line 106 of file form.class.php.
$value [protected] |
Definition at line 105 of file form.class.php.
1.6.3