API17:JRegistryFormatXml:: getXmlChildren
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistryFormatXml::_getXmlChildren
Description
Method to build a level of the XML string -- called recursively.
Description:JRegistryFormatXml:: getXmlChildren [Edit Descripton]
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
SeeAlso:JRegistryFormatXml:: getXmlChildren [Edit See Also]
User contributed notes
<CodeExamplesForm />
