API17:JSimpleXMLElement::removeAttribute
From Joomla! Documentation
JSimpleXMLElement::removeAttribute
Description
Removes an attribute from the element.
public function removeAttribute ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string |
- Returns
- Defined on line 485 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXMLElement::removeAttribute source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::removeAttribute
User contributed notes
Code Examples