API16

API16:JNode/getChildren

From Joomla! Documentation

Revision as of 01:55, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
}



Examples

Code Examples