API17

API17:JFilterInput::getInstance

From Joomla! Documentation

Joomla 11.1 JFilterInput::getInstance

Description

Returns an input filter object, only creating it if it doesn't already exist.


public & function getInstance (
        $tagsArray=array
        $attrArray=array
        $tagsMethod=0
        $attrMethod=0
        $xssAuto=1
)
Parameter Type Default Description
$tagsArray array array() List of user-defined tags
$attrArray array array() List of user-defined attributes
$tagsMethod int 0 WhiteList method = 0, BlackList method = 1
$attrMethod int 0 WhiteList method = 0, BlackList method = 1
$xssAuto int 1 Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1

See also


User contributed notes

Code Examples