JRegistryFormatXML::getXmlChildren
Method to build a level of the XML string -- called recursively
Signature
protected function getXmlChildren(SimpleXMLElement
$node,
$var,
string
$nodeName )
Parameters
-
$node
- SimpleXMLElement object to attach children.
-
$var
- Object that represents a node of the XML document.
-
$nodeName
- The name to use for node elements.
Returns
- void