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 16 of file PropertyPath.class.php.
| PropertyPath::__construct | ( | $ | root, | |
| $ | path | |||
| ) |
Definition at line 26 of file PropertyPath.class.php.
References $path, $root, fetchHelpers(), and Assert::isTrue().

| PropertyPath::getPath | ( | ) |
Definition at line 65 of file PropertyPath.class.php.
| PropertyPath::getRoot | ( | ) |
Definition at line 70 of file PropertyPath.class.php.
| PropertyPath::getFinalProto | ( | ) |
Definition at line 78 of file PropertyPath.class.php.
References getFinalProperty().

| PropertyPath::getFinalDao | ( | ) |
Definition at line 86 of file PropertyPath.class.php.
References getFinalProperty().

| PropertyPath::getFinalProperty | ( | ) |
Definition at line 94 of file PropertyPath.class.php.
Referenced by getFinalDao(), and getFinalProto().
| PropertyPath::fetchHelpers | ( | $ | className | ) | [private] |
Definition at line 99 of file PropertyPath.class.php.
References Assert::isTrue().
Referenced by __construct().

PropertyPath::$root = null [private] |
PropertyPath::$path = null [private] |
PropertyPath::$daos = array() [static, private] |
Definition at line 21 of file PropertyPath.class.php.
PropertyPath::$protos = array() [static, private] |
Definition at line 22 of file PropertyPath.class.php.
PropertyPath::$properties = array() [private] |
Definition at line 24 of file PropertyPath.class.php.
1.5.4