Todo List
Located in /PhpExt/Data/Node.php [line 23]
PhpExt_Object | --PhpExt_Observable | --PhpExt_Data_Node
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_Node __construct( )
string getId( )
The id for this node. If one is not specified, one is generated.
boolean getLeaf( )
true if this node is a leaf and does not have children
PhpExt_Data_Node setId( string $value )
PhpExt_Data_Node setLeaf( boolean $value )