
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 () |
| |
Definition at line 18 of file Filter.class.php.
| static Filter::textImport | ( | ) | [static] |
Definition at line 23 of file Filter.class.php.
References FilterChain::create(), stripTags(), and trim().

| static Filter::chain | ( | ) | [static] |
| static Filter::hash | ( | $ | binary = false |
) | [static] |
Definition at line 42 of file Filter.class.php.
References HashFilter::create().

| static Filter::pcre | ( | ) | [static] |
Definition at line 50 of file Filter.class.php.
References PCREFilter::create().

| static Filter::trim | ( | ) | [static] |
Definition at line 58 of file Filter.class.php.
References TrimFilter::create().
Referenced by textImport().

| static Filter::crop | ( | ) | [static] |
Definition at line 66 of file Filter.class.php.
References CropFilter::create().

| static Filter::stripTags | ( | ) | [static] |
Definition at line 74 of file Filter.class.php.
References StripTagsFilter::create().
Referenced by textImport().

| static Filter::lowerCase | ( | ) | [static] |
Definition at line 82 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::upperCase | ( | ) | [static] |
Definition at line 90 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::htmlSpecialChars | ( | ) | [static] |
Definition at line 98 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::nl2br | ( | ) | [static] |
Definition at line 106 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::urlencode | ( | ) | [static] |
Definition at line 114 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::urldecode | ( | ) | [static] |
Definition at line 122 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::uudecode | ( | ) | [static] |
Definition at line 130 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::uuencode | ( | ) | [static] |
Definition at line 138 of file Filter.class.php.
References Singleton::getInstance().

| static Filter::replaceSymbols | ( | $ | search = null, |
|
| $ | replace = null | |||
| ) | [static] |
Definition at line 146 of file Filter.class.php.
References StringReplaceFilter::create().

| static Filter::safeUtf8 | ( | ) | [static] |
Definition at line 154 of file Filter.class.php.
References Singleton::getInstance().

1.5.4