Inheritance diagram for DateTimeField:
Definition at line 8 of file datetime-field.inc.php.
Public Member Functions | |
__construct ($name, Form &$parentForm, array $attribs=array('mode'=> 12)) | |
Constructor. | |
setData ($value) | |
Set the field data. | |
getData () | |
Get the data. | |
getSqlImpl () | |
Get SQL string of the field data. |
|
Constructor.
Reimplemented from CollectionField. Definition at line 16 of file datetime-field.inc.php. |
|
Get the data.
Reimplemented from CollectionField. Definition at line 40 of file datetime-field.inc.php. Referenced by getSqlImpl(). |
|
Get SQL string of the field data.
Reimplemented from CollectionField. Definition at line 49 of file datetime-field.inc.php. References getData(). |
|
Set the field data.
Reimplemented from AbstractField. Definition at line 30 of file datetime-field.inc.php. |