API17:JRegistryFormatXml:: getXmlChildren
From Joomla! Documentation
JRegistryFormatXml::_getXmlChildren
Description
Method to build a level of the XML string—called recursively.
protected function _getXmlChildren (
&$node
$var
$nodeName
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$node | object | SimpleXMLElement object to attach children. | |
| $var | object | Object that represents a node of the xml document. | |
| $nodeName | string | The name to use for node elements. |
See also
JRegistryFormatXml::_getXmlChildren source code on BitBucket
Class JRegistryFormatXml
Subpackage Registry- Other versions of JRegistryFormatXml::_getXmlChildren
User contributed notes
Code Examples