API17

API17:JFilterInput:: cleanAttributes

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples