API17

Difference between revisions of "JRegistryFormatXml:: getXmlChildren"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
protected JRegistryFormatXml->_getXmlChildren (&$node, $var, $nodeName)
+
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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRegistryFormatXml::_getXmlChildren[edit]

Description[edit]

Method to build a level of the XML string -- called recursively.

Template:Description:JRegistryFormatXml:: getXmlChildren [Edit Descripton]

Since[edit]

Joomla 2.0

Synopsis[edit]

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[edit]

void

Defined in[edit]

libraries/joomla/registry/format/xml.php (line 134)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JRegistryFormatXml:: getXmlChildren

Examples[edit]

<CodeExamplesForm />