API15:JSimpleXMLElement/children
From Joomla! Documentation
Description
Get the children of the element
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
children()
Returns
array
Defined in
libraries/joomla/utilities/simplexml.php
Importing
jimport( 'joomla.utilities.simplexml' );
Source Body
function children() {
return $this->_children;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples