Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JNode

Description

Tree Node Class.

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

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 81)

Array of Children

mixed $_parent = null (line 76)

Parent node

Methods
Constructor __construct (line 83)
JNode __construct ()

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
addChild (line 88)
void addChild ( &$node)
  • &$node
getChildren (line 109)
void &getChildren ()
getParent (line 94)
void &getParent ()
hasChildren (line 104)
void hasChildren ()
setParent (line 99)
void setParent ( &$node)
  • &$node

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:29:44 +0000 by phpDocumentor 1.3.1