Go to the source code of this file.
Classes | |
class | PHPTAL_Context |
class | PHPTAL_ObjectResolver |
class | PHPTAL_ArrayResolver |
class | PHPTAL_StringResolver |
Functions | |
& | PHPTAL_resolve ($path, &$value, &$parent) |
PHPTAL_path_explode ($path) |
|
Shift the first elemetn of a phptal path. Returns an array containing the first element of the path and the rest of the path. Definition at line 331 of file Context.php. Referenced by PHPTAL_StringResolver::get(), PHPTAL_ArrayResolver::get(), and PHPTAL_ObjectResolver::get(). |
|
Retrieve a resolver given a value and a parent. Definition at line 316 of file Context.php. References path. Referenced by PHPTAL_ArrayResolver::get(), and PHPTAL_ObjectResolver::get(). |