API17:JRegistryFormatXml:: getXmlChildren
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected JRegistryFormatXml::_getXmlChildren (&$node, $var, $nodeName) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
void | void | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/registry/format/xml.php | + | libraries/joomla/registry/format/xml.php (line 134) |
| + | * see source code in [[jplatform:registry/format/xml.php#cl-134|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:07, 23 April 2011
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 />
