API17

Difference between revisions of "JRegistryFormatXml:: getXmlChildren"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JRegistryFormatXml::_getXmlChildren==
 
=={{JVer|11.1}} JRegistryFormatXml::_getXmlChildren==
 
===Description===
 
===Description===
Method to build a level of the XML string -- called recursively.  
+
Method to build a level of the XML string—called recursively.  
  
 
{{Description:JRegistryFormatXml::_getXmlChildren}}
 
{{Description:JRegistryFormatXml::_getXmlChildren}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JRegistryFormatXml::_getXmlChildren|Edit Descripton]]<nowiki>]</nowiki>
+
<nowiki>[</nowiki>[[Description:JRegistryFormatXml:: getXmlChildren|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
 
<source lang="php">
 
<source lang="php">
Line 40: Line 40:
 
* '''Returns''' void
 
* '''Returns''' void
 
* '''Defined''' on line 134 of libraries/joomla/registry/format/xml.php
 
* '''Defined''' on line 134 of libraries/joomla/registry/format/xml.php
* '''Since''' {{JVer|2.0 }}
+
* '''Since''' {{JVer|11.1}}
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRegistryFormatXml::_getXmlChildren source code''' on [[jplatform:registry/format/xml.php#cl-126|BitBucket]]
 
* {{JVer|11.1}} '''JRegistryFormatXml::_getXmlChildren source code''' on [[jplatform:registry/format/xml.php#cl-126|BitBucket]]
* {{JVer|11.1}} Class [[JRegistryFormatXml/11.1|JRegistryFormatXml]]
+
* {{JVer|11.1}} Class [[API17:JRegistryFormatXml|JRegistryFormatXml]]
* {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Registry|Registry]]
* [[JRegistryFormatXml::_getXmlChildren|Other versions of JRegistryFormatXml::_getXmlChildren]]
+
* [[API17:JRegistryFormatXml:: getXmlChildren|Other versions of JRegistryFormatXml::_getXmlChildren]]
 
{{SeeAlso:JRegistryFormatXml::_getXmlChildren}}
 
{{SeeAlso:JRegistryFormatXml::_getXmlChildren}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatXml::_getXmlChildren|Edit See Also]]<nowiki>]</nowiki>
+
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatXml:: getXmlChildren|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
 
===User contributed notes===
 
===User contributed notes===
Line 61: Line 61:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistryFormatXml]][[Category:JRegistryFormatXml::_getXmlChildren]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:23, 11 May 2013

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]

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.
  • Returns void
  • Defined on line 134 of libraries/joomla/registry/format/xml.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JRegistryFormatXml:: getXmlChildren [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />