API17:JSimpleXMLElement::attributes
From Joomla! Documentation
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.
JSimpleXMLElement::attributes
Description
Get the an attribute of the element.
Description:JSimpleXMLElement::attributes [Edit Descripton]
public function attributes ($attribute=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $attribute | string | null | The name of the attribute |
- Returns mixed If an attribute is given will return the attribute if it exist. If no attribute is given will return the complete attributes array
- Defined on line 422 of libraries/joomla/utilities/simplexml.php
See also
-
JSimpleXMLElement::attributes source code on BitBucket
-
Class JSimpleXMLElement
-
Subpackage Utilities
- Other versions of JSimpleXMLElement::attributes
SeeAlso:JSimpleXMLElement::attributes [Edit See Also]
User contributed notes
<CodeExamplesForm />
