API17:JFilterInput:: cleanAttributes
From Joomla! Documentation
JFilterInput::_cleanAttributes
Description
Internal method to strip a tag of certain attributes.
protected function _cleanAttributes ($attrSet)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $attrSet | array | Array of attribute pairs to filter |
- Returns array Filtered array of attribute pairs
- Defined on line 495 of libraries/joomla/filter/filterinput.php
- Since

See also
JFilterInput::_cleanAttributes source code on BitBucket
Class JFilterInput
Subpackage Filter- Other versions of JFilterInput::_cleanAttributes
User contributed notes
Code Examples