Factory for Filtrator implementations. More...
Static Public Member Functions | |
static | textImport () |
static | chain () |
static | hash ($binary=false) |
static | pcre () |
static | trim () |
static | crop () |
static | stripTags () |
static | lowerCase () |
static | upperCase () |
static | htmlSpecialChars () |
static | nl2br () |
static | urlencode () |
static | urldecode () |
static | uudecode () |
static | uuencode () |
static | replaceSymbols ($search=null, $replace=null) |
static | safeUtf8 () |
Factory for Filtrator implementations.
Definition at line 17 of file Filter.class.php.
static Filter::chain | ( | ) | [static] |
Definition at line 33 of file Filter.class.php.
static Filter::crop | ( | ) | [static] |
Definition at line 65 of file Filter.class.php.
References CropFilter::create().
static Filter::hash | ( | $ | binary = false |
) | [static] |
Definition at line 41 of file Filter.class.php.
References HashFilter::create().
static Filter::htmlSpecialChars | ( | ) | [static] |
Definition at line 97 of file Filter.class.php.
References Singleton::getInstance().
static Filter::lowerCase | ( | ) | [static] |
Definition at line 81 of file Filter.class.php.
References Singleton::getInstance().
static Filter::nl2br | ( | ) | [static] |
Definition at line 105 of file Filter.class.php.
References Singleton::getInstance().
static Filter::pcre | ( | ) | [static] |
Definition at line 49 of file Filter.class.php.
References PCREFilter::create().
static Filter::replaceSymbols | ( | $ | search = null , |
|
$ | replace = null | |||
) | [static] |
Definition at line 145 of file Filter.class.php.
References StringReplaceFilter::create().
static Filter::safeUtf8 | ( | ) | [static] |
Definition at line 153 of file Filter.class.php.
References Singleton::getInstance().
static Filter::stripTags | ( | ) | [static] |
Definition at line 73 of file Filter.class.php.
References StripTagsFilter::create().
Referenced by textImport().
static Filter::textImport | ( | ) | [static] |
Definition at line 22 of file Filter.class.php.
References FilterChain::create(), stripTags(), and trim().
static Filter::trim | ( | ) | [static] |
Definition at line 57 of file Filter.class.php.
References TrimFilter::create().
Referenced by textImport().
static Filter::upperCase | ( | ) | [static] |
Definition at line 89 of file Filter.class.php.
References Singleton::getInstance().
static Filter::urldecode | ( | ) | [static] |
Definition at line 121 of file Filter.class.php.
References Singleton::getInstance().
static Filter::urlencode | ( | ) | [static] |
Definition at line 113 of file Filter.class.php.
References Singleton::getInstance().
static Filter::uudecode | ( | ) | [static] |
Definition at line 129 of file Filter.class.php.
References Singleton::getInstance().
static Filter::uuencode | ( | ) | [static] |
Definition at line 137 of file Filter.class.php.
References Singleton::getInstance().