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]
Synopsis
public JSimpleXMLElement->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 in
libraries/joomla/utilities/simplexml.php
Referenced by
See also
SeeAlso:JSimpleXMLElement::attributes
Examples
<CodeExamplesForm />
