Public Member Functions | |
setAllowableTags ($exclude) | |
apply ($value) | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$exclude = null |
Definition at line 17 of file StripTagsFilter.class.php.
StripTagsFilter::apply | ( | $ | value | ) |
Implements Filtrator.
Definition at line 42 of file StripTagsFilter.class.php.
static StripTagsFilter::create | ( | ) | [static] |
Definition at line 24 of file StripTagsFilter.class.php.
Referenced by Filter::stripTags().
StripTagsFilter::setAllowableTags | ( | $ | exclude | ) |
Definition at line 32 of file StripTagsFilter.class.php.
References $exclude, and Assert::isString().
StripTagsFilter::$exclude = null [private] |
Definition at line 19 of file StripTagsFilter.class.php.
Referenced by setAllowableTags().