Inheritance diagram for DateField:

Definition at line 10 of file date-field.inc.php.
Public Member Functions | |
| __construct ($name, Form &$parentForm, array $attribs=array()) | |
| Constructor. | |
| drawInput () | |
| Draw field. | |
| setDataFromRequest () | |
| Set the form's data from the $_REQUEST array. | |
Public Attributes | |
| $beginYear = '' | |
| $endYear = '' | |
|
||||||||||||||||
|
Constructor.
Reimplemented from AbstractField. Definition at line 21 of file date-field.inc.php. |
|
|
Draw field.
Implements Field. Definition at line 30 of file date-field.inc.php. |
|
|
Set the form's data from the $_REQUEST array.
Reimplemented from AbstractField. Definition at line 95 of file date-field.inc.php. |
|
|
Definition at line 12 of file date-field.inc.php. |
|
|
Definition at line 13 of file date-field.inc.php. |
1.3.9.1