Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JNode

Description

Tree Node Class.

  • since: 1.5

Located in /joomla/base/tree.php (line 69)

Class JObject

Class JNode   (Subpackage Base)
Variable Summary
Variable mixed $_children
Variable mixed $_parent
Method Summary
Constructor JNode __construct ()
Method void addChild ( &$node)
Method void &getChildren ()
Method void &getParent ()
Method void hasChildren ()
Method void setParent ( &$node)
Variables
mixed $_children = array() (line 79)

Array of Children

mixed $_parent = null (line 74)

Parent node

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
Constructor __construct (line 81)
JNode __construct ()

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
addChild (line 86)
void addChild ( &$node)
  • &$node
getChildren (line 107)
void &getChildren ()
getParent (line 92)
void &getParent ()
hasChildren (line 102)
void hasChildren ()
setParent (line 97)
void setParent ( &$node)
  • &$node

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Sat, 14 Nov 2009 11:21:57 +0000 by phpDocumentor 1.3.1