API17:JRegistryFormatXml:: getXmlChildren
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (clean up, fixing JVer template call) |
||
| (One intermediate revision by one 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 | + | 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"> | ||
| − | protected | + | protected function _getXmlChildren ( |
| + | &$node | ||
| + | $var | ||
| + | $nodeName | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 134 of libraries/joomla/registry/format/xml.php |
| − | + | * '''Since''' {{JVer|11.1}} | |
| − | libraries/joomla/registry/format/xml.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatXml:: getXmlChildren|Other versions of 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=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 58: | Line 58: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
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 />
