API16:JNode/getChildren
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Get the children of this node
Syntax
& getChildren()
Returns
array the children
Defined in
libraries/joomla/base/node.php
Importing
jimport( 'joomla.base.node' );
Source Body
function &getChildren() { return $this->_children; }
[Edit See Also] SeeAlso:JNode/getChildren
Examples
<CodeExamplesForm />
