Public Member Functions | |
setValue ($time) | |
setMin ($time) | |
setMax ($time) | |
setDefault ($time) | |
importSingle ($scope) | |
isEmpty ($scope) | |
importMarried ($scope) | |
import ($scope) | |
importValue ($value) | |
Public Attributes | |
const | HOURS = PrimitiveTimestamp::HOURS |
const | MINUTES = PrimitiveTimestamp::MINUTES |
const | SECONDS = PrimitiveTimestamp::SECONDS |
Private Member Functions | |
isMarriedEmpty ($scope) | |
checkLimits (Time $time) |
Definition at line 15 of file PrimitiveTime.class.php.
PrimitiveTime::checkLimits | ( | Time $ | time | ) | [private] |
Definition at line 169 of file PrimitiveTime.class.php.
References Time::toSeconds().
Referenced by importMarried(), and importSingle().
PrimitiveTime::import | ( | $ | scope | ) |
Reimplemented from ComplexPrimitive.
Definition at line 138 of file PrimitiveTime.class.php.
References isEmpty().
PrimitiveTime::importMarried | ( | $ | scope | ) |
Reimplemented from ComplexPrimitive.
Definition at line 101 of file PrimitiveTime.class.php.
References checkLimits(), BasePrimitive::import(), and isMarriedEmpty().
PrimitiveTime::importSingle | ( | $ | scope | ) |
Reimplemented from ComplexPrimitive.
Definition at line 73 of file PrimitiveTime.class.php.
References checkLimits(), and BasePrimitive::import().
Referenced by importValue().
PrimitiveTime::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Definition at line 149 of file PrimitiveTime.class.php.
References BasePrimitive::$value, BasePrimitive::getName(), importSingle(), and Assert::isTrue().
PrimitiveTime::isEmpty | ( | $ | scope | ) |
Definition at line 93 of file PrimitiveTime.class.php.
References ComplexPrimitive::getState(), and isMarriedEmpty().
Referenced by import().
PrimitiveTime::isMarriedEmpty | ( | $ | scope | ) | [private] |
Definition at line 162 of file PrimitiveTime.class.php.
Referenced by importMarried(), and isEmpty().
PrimitiveTime::setDefault | ( | $ | time | ) |
WrongArgumentException |
Reimplemented from BasePrimitive.
Definition at line 64 of file PrimitiveTime.class.php.
References Assert::isTrue().
PrimitiveTime::setMax | ( | $ | time | ) |
WrongArgumentException |
Reimplemented from RangedPrimitive.
Definition at line 51 of file PrimitiveTime.class.php.
References Assert::isTrue().
PrimitiveTime::setMin | ( | $ | time | ) |
WrongArgumentException |
Reimplemented from RangedPrimitive.
Definition at line 38 of file PrimitiveTime.class.php.
References Assert::isTrue().
PrimitiveTime::setValue | ( | $ | time | ) |
WrongArgumentException |
Reimplemented from BasePrimitive.
Definition at line 25 of file PrimitiveTime.class.php.
References Assert::isTrue().
Definition at line 17 of file PrimitiveTime.class.php.
Definition at line 18 of file PrimitiveTime.class.php.
Definition at line 19 of file PrimitiveTime.class.php.