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]
Since
Synopsis
protected JRegistryFormatXml::_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. |
Returns
void
Defined in
libraries/joomla/registry/format/xml.php (line 134)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JRegistryFormatXml:: getXmlChildren
Examples
<CodeExamplesForm />
