Inheritance diagram for TimeField:

Definition at line 9 of file time-field.inc.php.
Public Member Functions | |
| __construct ($name, Form &$parentForm, array $attribs=array()) | |
| Constructor. | |
| drawInput () | |
| Draw the field. | |
| setDataFromRequest () | |
| Set the field data from the $_REQUEST array. | |
Protected Attributes | |
| $mode = '12' | |
| Flag to determine if the field should be 24 or 12 hour. | |
|
||||||||||||||||
|
Constructor.
Reimplemented from AbstractField. Definition at line 24 of file time-field.inc.php. |
|
|
Draw the field.
Implements Field. Definition at line 47 of file time-field.inc.php. |
|
|
Set the field data from the $_REQUEST array.
Reimplemented from AbstractField. Definition at line 82 of file time-field.inc.php. |
|
|
Flag to determine if the field should be 24 or 12 hour.
Definition at line 14 of file time-field.inc.php. |
1.3.9.1