API17

Difference between revisions of "JXMLElement::getAttribute"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Legacy method gets an elements attribute by name.  
 
Legacy method gets an elements attribute by name.  
  
{{Description:JXMLElement::getAttribute}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JXMLElement::getAttribute|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JXMLElement::getAttribute ($name)
+
public function getAttribute ($name)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 58 of libraries/joomla/utilities/xmlelement.php
===Defined in===
 
libraries/joomla/utilities/xmlelement.php (line 57)
 
* see source code in [[jplatform:utilities/xmlelement.php#cl-57|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JXMLElement::getAttribute source code''' on [[jplatform:utilities/xmlelement.php#cl-50|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JXMLElement::getAttribute|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JXMLElement|JXMLElement]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JXMLElement/11.1|JXMLElement]]
+
* [[API17:JXMLElement::getAttribute|Other versions of JXMLElement::getAttribute]]
* [[JXMLElement::getAttribute|Other versions of this method]]
+
 
{{SeeAlso:JXMLElement::getAttribute}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JXMLElement::getAttribute
 
category=JXMLElement::getAttribute
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JXMLElement]][[Category:JXMLElement::getAttribute]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:57, 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::getAttribute[edit]

Description[edit]

Legacy method gets an elements attribute by name.


public function getAttribute ($name)
Parameter Type Default Description
$name string
  • Returns string
  • Defined on line 58 of libraries/joomla/utilities/xmlelement.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]