API17

API17:JFilterInput::checkAttribute

From Joomla! Documentation

Joomla 11.1 JFilterInput::checkAttribute

Description

Function to determine if contents of an attribute are safe.


public static function checkAttribute ($attrSubSet)
Parameter Type Default Description
$attrSubSet array A 2 element array for attribute's name, value
  • Returns boolean True if bad code is detected
  • Defined on line 280 of libraries/joomla/filter/filterinput.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples