Public Member Functions | ||||
of ($class) | ||||
| ||||
dao () | ||||
| ||||
setMethodName ($methodName) | ||||
| ||||
importValue ($value) | ||||
import ($scope) | ||||
Private Attributes | ||||
$info = null | ||||
$methodName = 'getById' |
Definition at line 16 of file PrimitiveIdentifier.class.php.
PrimitiveIdentifier::of | ( | $ | class | ) |
WrongArgumentException |
Reimplemented from IdentifiablePrimitive.
Definition at line 26 of file PrimitiveIdentifier.class.php.
References IdentifiablePrimitive::$className, IdentifiablePrimitive::guessClassName(), and Assert::isTrue().
Referenced by dao().
PrimitiveIdentifier::dao | ( | ) |
Definition at line 50 of file PrimitiveIdentifier.class.php.
References Assert::isNotNull(), and of().
Referenced by PrimitiveIdentifierList::import(), import(), and setMethodName().
PrimitiveIdentifier::setMethodName | ( | $ | methodName | ) |
Definition at line 63 of file PrimitiveIdentifier.class.php.
References $methodName, ClassUtils::checkStaticMethod(), dao(), and Assert::isTrue().
PrimitiveIdentifier::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Reimplemented in PrimitiveIdentifierList.
Definition at line 81 of file PrimitiveIdentifier.class.php.
References BasePrimitive::$value, BasePrimitive::getName(), ClassUtils::isInstanceOf(), and Assert::isTrue().
PrimitiveIdentifier::import | ( | $ | scope | ) |
Reimplemented from PrimitiveNumber.
Reimplemented in PrimitiveIdentifierList.
Definition at line 101 of file PrimitiveIdentifier.class.php.
References IdentifiablePrimitive::$className, BasePrimitive::$value, ClassUtils::callStaticMethod(), dao(), and IdentifiablePrimitive::setValue().
PrimitiveIdentifier::$info = null [private] |
Definition at line 18 of file PrimitiveIdentifier.class.php.
PrimitiveIdentifier::$methodName = 'getById' [private] |