JXMLElement::getAttribute
From Joomla! Documentation
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.
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]
JXMLElement::getAttribute source code on BitBucket
Class JXMLElement
Subpackage Utilities
- Other versions of JXMLElement::getAttribute
User contributed notes[edit]
Code Examples[edit]