API17

Difference between revisions of "JXMLElement::name"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Get the name of the element.  
 
Get the name of the element.  
  
{{Description:JXMLElement::name}}
+
{{subst:Description:JXMLElement::name}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JXMLElement::name|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function name ()
 
public function name ()
Line 18: Line 16:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
 
* [[API17:JXMLElement::name|Other versions of JXMLElement::name]]
 
* [[API17:JXMLElement::name|Other versions of JXMLElement::name]]
{{SeeAlso:JXMLElement::name}}
+
{{subst:SeeAlso:JXMLElement::name}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JXMLElement::name|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 11:24, 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 JXMLElement::name[edit]

Description[edit]

Get the name of the element.

{{subst:Description:JXMLElement::name}}

public function name ()
  • Returns
  • Defined on line 29 of libraries/joomla/utilities/xmlelement.php

See also[edit]

{{subst:SeeAlso:JXMLElement::name}}

User contributed notes[edit]

<CodeExamplesForm />