function JSimpleXMLElement::children in Ubercart 5
Get the children of the element
@access public
Return value
array
File
- uc_store/
includes/ simplexml.php, line 497
Class
- JSimpleXMLElement
- SimpleXML Element
Code
function children() {
return $this->_children;
}