API16:JSimpleXMLElement/children
From Joomla! Documentation
Description
Get the children of the element
Syntax
children()
Returns
array
Defined in
libraries/joomla/utilities/simplexml.php
Importing
jimport( 'joomla.utilities.simplexml' );
Source Body
function children() {
return $this->_children;
}
Examples
Code Examples