API17:JRegistryFormatXml:: getXmlChildren
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (clean up, fixing JVer template call) |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JRegistryFormatXml::_getXmlChildren== | =={{JVer|11.1}} JRegistryFormatXml::_getXmlChildren== | ||
===Description=== | ===Description=== | ||
| − | Method to build a level of the XML | + | 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:: | + | <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| | + | * '''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 [[JRegistryFormatXml/11.1|JRegistryFormatXml]] | ||
| − | * {{JVer|11.1}} Subpackage [[ | + | * {{JVer|11.1}} Subpackage [[Subpackage Registry/11.1|Registry]] |
| − | * [[JRegistryFormatXml:: | + | * [[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:: | + | <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:: | + | <noinclude>[[Category:JRegistryFormatXml]][[Category:JRegistryFormatXml:: getXmlChildren]]</noinclude> |
Revision as of 18:44, 18 September 2012
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 />
