Public Member Functions | |
__construct ($name) | |
getState () | |
| |
setState (Ternary $ternary) | |
| |
setSingle () | |
| |
setComplex () | |
| |
setAnyState () | |
| |
import ($scope) | |
Protected Member Functions | |
importSingle ($scope) | |
importMarried ($scope) | |
Private Attributes | |
$single = null |
Definition at line 18 of file ComplexPrimitive.class.php.
ComplexPrimitive::__construct | ( | $ | name | ) |
Reimplemented from BasePrimitive.
Definition at line 22 of file ComplexPrimitive.class.php.
References BasePrimitive::$name.
ComplexPrimitive::getState | ( | ) |
Definition at line 31 of file ComplexPrimitive.class.php.
Referenced by PrimitiveDate::importValue(), PrimitiveTime::isEmpty(), and PrimitiveDate::isEmpty().
ComplexPrimitive::setState | ( | Ternary $ | ternary | ) |
Definition at line 39 of file ComplexPrimitive.class.php.
References BasePrimitive::getValue().
ComplexPrimitive::setSingle | ( | ) |
ComplexPrimitive::setComplex | ( | ) |
ComplexPrimitive::setAnyState | ( | ) |
ComplexPrimitive::importSingle | ( | $ | scope | ) | [abstract, protected] |
ComplexPrimitive::importMarried | ( | $ | scope | ) | [abstract, protected] |
Reimplemented in PrimitiveDate, PrimitiveRange, PrimitiveTime, and PrimitiveTimestamp.
Referenced by import().
ComplexPrimitive::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Reimplemented in PrimitiveTime.
Definition at line 80 of file ComplexPrimitive.class.php.
References importMarried(), and importSingle().
ComplexPrimitive::$single = null [private] |
Definition at line 20 of file ComplexPrimitive.class.php.