Public Member Functions | |
of ($class) | |
dao () | |
setMethodName ($methodName) | |
importValue ($value) | |
import ($scope) | |
Protected Member Functions | |
actualImportValue ($value) | |
Private Attributes | |
$methodName = 'getById' |
Definition at line 15 of file PrimitiveIdentifier.class.php.
PrimitiveIdentifier::actualImportValue | ( | $ | value | ) | [protected] |
Definition at line 140 of file PrimitiveIdentifier.class.php.
References dao().
Referenced by import().
PrimitiveIdentifier::dao | ( | ) |
Definition at line 43 of file PrimitiveIdentifier.class.php.
References Assert::isNotNull().
Referenced by actualImportValue(), PrimitiveIdentifierList::import(), and setMethodName().
PrimitiveIdentifier::import | ( | $ | scope | ) |
Reimplemented from PrimitiveNumber.
Reimplemented in PrimitiveIdentifierList, and PrimitivePolymorphicIdentifier.
Definition at line 93 of file PrimitiveIdentifier.class.php.
References IdentifiablePrimitive::$className, BasePrimitive::$value, actualImportValue(), Assert::isInstance(), and IdentifiablePrimitive::setValue().
PrimitiveIdentifier::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Reimplemented in PrimitiveIdentifierList, and PrimitivePolymorphicIdentifier.
Definition at line 74 of file PrimitiveIdentifier.class.php.
References BasePrimitive::$value, BasePrimitive::getName(), and Assert::isInstance().
PrimitiveIdentifier::of | ( | $ | class | ) |
WrongArgumentException |
Reimplemented from IdentifiablePrimitive.
Reimplemented in PrimitivePolymorphicIdentifier.
Definition at line 23 of file PrimitiveIdentifier.class.php.
References IdentifiablePrimitive::$className, Assert::classExists(), IdentifiablePrimitive::guessClassName(), and Assert::isInstance().
PrimitiveIdentifier::setMethodName | ( | $ | methodName | ) |
Definition at line 56 of file PrimitiveIdentifier.class.php.
References $methodName, ClassUtils::checkStaticMethod(), dao(), and Assert::isTrue().
PrimitiveIdentifier::$methodName = 'getById' [private] |
Definition at line 17 of file PrimitiveIdentifier.class.php.
Referenced by setMethodName().