
Public Member Functions | ||||
| of ($className) | ||||
| setValue ($value) | ||||
| ||||
Static Protected Member Functions | ||||
| static | guessClassName ($class) | |||
Protected Attributes | ||||
| $className = null | ||||
Definition at line 16 of file IdentifiablePrimitive.class.php.
| IdentifiablePrimitive::of | ( | $ | className | ) | [abstract] |
Reimplemented in PrimitiveEnumeration, and PrimitiveIdentifier.
| IdentifiablePrimitive::setValue | ( | $ | value | ) |
| WrongArgumentException |
Reimplemented from BasePrimitive.
Definition at line 26 of file IdentifiablePrimitive.class.php.
References $className, BasePrimitive::$value, and Assert::isTrue().
Referenced by PrimitiveIdentifier::import().

| static IdentifiablePrimitive::guessClassName | ( | $ | class | ) | [static, protected] |
Definition at line 35 of file IdentifiablePrimitive.class.php.
Referenced by PrimitiveIdentifier::of(), and PrimitiveEnumeration::of().
IdentifiablePrimitive::$className = null [protected] |
Definition at line 18 of file IdentifiablePrimitive.class.php.
Referenced by PrimitiveIdentifier::import(), PrimitiveIdentifier::of(), PrimitiveEnumeration::of(), and setValue().
1.5.4