Public Member Functions | |
__construct ($root, $path) | |
getPath () | |
getRoot () | |
getFinalProto () | |
getFinalDao () | |
getFinalProperty () | |
Private Member Functions | |
fetchHelpers ($className) | |
Private Attributes | |
$root = null | |
$path = null | |
$properties = array() | |
Static Private Attributes | |
static | $daos = array() |
static | $protos = array() |
Definition at line 15 of file PropertyPath.class.php.
PropertyPath::__construct | ( | $ | root, | |
$ | path | |||
) |
Definition at line 25 of file PropertyPath.class.php.
References $path, $root, Assert::classExists(), fetchHelpers(), and Assert::isString().
PropertyPath::fetchHelpers | ( | $ | className | ) | [private] |
Definition at line 96 of file PropertyPath.class.php.
References ClassUtils::isInstanceOf(), and Assert::isTrue().
Referenced by __construct().
PropertyPath::getFinalDao | ( | ) |
Definition at line 83 of file PropertyPath.class.php.
References getFinalProperty().
PropertyPath::getFinalProperty | ( | ) |
Definition at line 91 of file PropertyPath.class.php.
Referenced by getFinalDao(), and getFinalProto().
PropertyPath::getFinalProto | ( | ) |
Definition at line 75 of file PropertyPath.class.php.
References getFinalProperty().
PropertyPath::getPath | ( | ) |
Definition at line 62 of file PropertyPath.class.php.
PropertyPath::getRoot | ( | ) |
Definition at line 67 of file PropertyPath.class.php.
PropertyPath::$daos = array() [static, private] |
Definition at line 22 of file PropertyPath.class.php.
PropertyPath::$path = null [private] |
Definition at line 18 of file PropertyPath.class.php.
Referenced by __construct().
PropertyPath::$properties = array() [private] |
Definition at line 20 of file PropertyPath.class.php.
PropertyPath::$protos = array() [static, private] |
Definition at line 23 of file PropertyPath.class.php.
PropertyPath::$root = null [private] |
Definition at line 17 of file PropertyPath.class.php.
Referenced by __construct().