API17:JFilterInput::checkAttribute
From Joomla! Documentation
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

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