
Public Member Functions | |
| importMarried ($scope) | |
Public Attributes | |
| const | HOURS = 'hrs' |
| const | MINUTES = 'min' |
| const | SECONDS = 'sec' |
Protected Member Functions | |
| getObjectName () | |
Definition at line 16 of file PrimitiveTimestamp.class.php.
| PrimitiveTimestamp::importMarried | ( | $ | scope | ) |
Reimplemented from PrimitiveDate.
Definition at line 22 of file PrimitiveTimestamp.class.php.
References PrimitiveDate::checkRanges(), BasePrimitive::import(), PrimitiveDate::isEmpty(), and BasePrimitive::isRequired().

| PrimitiveTimestamp::getObjectName | ( | ) | [protected] |
| const PrimitiveTimestamp::HOURS = 'hrs' |
Definition at line 18 of file PrimitiveTimestamp.class.php.
Referenced by PrimitiveDate::importValue().
| const PrimitiveTimestamp::MINUTES = 'min' |
Definition at line 19 of file PrimitiveTimestamp.class.php.
Referenced by PrimitiveDate::importValue().
| const PrimitiveTimestamp::SECONDS = 'sec' |
Definition at line 20 of file PrimitiveTimestamp.class.php.
Referenced by PrimitiveDate::importValue().
1.5.4