Todo List
Represents a tree data structure and bubbles all the events for its nodes. The nodes in the tree have most standard DOM functionality.
Located in /PhpExt/Data/Tree.php [line 25]
PhpExt_Object | --PhpExt_Observable | --PhpExt_Data_Tree
Methods
Inherited From PhpExt_Observable
PhpExt_Observable::$_listeners
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
PhpExt_Observable::__construct() PhpExt_Observable::attachListener() Adds a PhpExt_Listener to the specified $eventName. This lintener will execute when the Javascript object fires that event. PhpExt_Observable::getConfigParams() PhpExt_Observable::getListeners()
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Data_Tree __construct( )
string getPathSeparator( )
The token used to separate paths in node ids (defaults to '/').
PhpExt_Data_Tree setPathSeparator( string $value )