API17

Difference between revisions of "JSimpleXMLElement::children"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Get the children of the element.  
 
Get the children of the element.  
  
{{Description:JSimpleXMLElement::children}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JSimpleXMLElement::children|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JSimpleXMLElement->children ()
+
public function children ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' array
array
+
* '''Defined''' on line 454 of libraries/joomla/utilities/simplexml.php
===Defined in===
 
libraries/joomla/utilities/simplexml.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JSimpleXMLElement::children source code''' on [[jplatform:utilities/simplexml.php#cl-446|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JSimpleXMLElement::children|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JSimpleXMLElement|JSimpleXMLElement]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JSimpleXMLElement/11.1|JSimpleXMLElement]]
+
* [[API17:JSimpleXMLElement::children|Other versions of JSimpleXMLElement::children]]
* [[JSimpleXMLElement::children|Other versions of this method]]
+
 
{{SeeAlso:JSimpleXMLElement::children}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JSimpleXMLElement::children
 
category=JSimpleXMLElement::children
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSimpleXMLElement]][[Category:JSimpleXMLElement::children]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:43, 24 March 2017

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 JSimpleXMLElement::children[edit]

Description[edit]

Get the children of the element.


public function children ()
  • Returns array
  • Defined on line 454 of libraries/joomla/utilities/simplexml.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]