Filter Class Reference
[Data validation layer]

Factory for Filtrator implementations. More...

Inheritance diagram for Filter:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static textImport ()
 
Returns:
FilterChain

static chain ()
 
Returns:
FilterChain

static hash ($binary=false)
 
Returns:
HashFilter

static pcre ()
 
Returns:
PCREFilter

static trim ()
 
Returns:
TrimFilter

static crop ()
 
Returns:
CropFilter

static stripTags ()
 
Returns:
StripTagsFilter

static lowerCase ()
 
Returns:
LowerCaseFilter

static upperCase ()
 
Returns:
UpperCaseFilter

static htmlSpecialChars ()
 
Returns:
HtmlSpecialCharsFilter

static nl2br ()
 
Returns:
NewLinesToBreaks

static urlencode ()
 
Returns:
UrlEncodeFilter

static urldecode ()
 
Returns:
UrlDecodeFilter

static uudecode ()
 
Returns:
UnixToUnixDecode

static uuencode ()
 
Returns:
UnixToUnixEncode

static replaceSymbols ($search=null, $replace=null)
 
Returns:
StringReplaceFilter

static safeUtf8 ()
 
Returns:
SafeUtf8Filter


Detailed Description

Factory for Filtrator implementations.

Definition at line 18 of file Filter.class.php.


Member Function Documentation

static Filter::textImport (  )  [static]

Returns:
FilterChain

Definition at line 23 of file Filter.class.php.

References FilterChain::create(), stripTags(), and trim().

Here is the call graph for this function:

static Filter::chain (  )  [static]

Returns:
FilterChain

Definition at line 34 of file Filter.class.php.

static Filter::hash ( binary = false  )  [static]

Returns:
HashFilter

Definition at line 42 of file Filter.class.php.

References HashFilter::create().

Here is the call graph for this function:

static Filter::pcre (  )  [static]

Returns:
PCREFilter

Definition at line 50 of file Filter.class.php.

References PCREFilter::create().

Here is the call graph for this function:

static Filter::trim (  )  [static]

Returns:
TrimFilter

Definition at line 58 of file Filter.class.php.

References TrimFilter::create().

Referenced by textImport().

Here is the call graph for this function:

static Filter::crop (  )  [static]

Returns:
CropFilter

Definition at line 66 of file Filter.class.php.

References CropFilter::create().

Here is the call graph for this function:

static Filter::stripTags (  )  [static]

Returns:
StripTagsFilter

Definition at line 74 of file Filter.class.php.

References StripTagsFilter::create().

Referenced by textImport().

Here is the call graph for this function:

static Filter::lowerCase (  )  [static]

Returns:
LowerCaseFilter

Definition at line 82 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::upperCase (  )  [static]

Returns:
UpperCaseFilter

Definition at line 90 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::htmlSpecialChars (  )  [static]

Returns:
HtmlSpecialCharsFilter

Definition at line 98 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::nl2br (  )  [static]

Returns:
NewLinesToBreaks

Definition at line 106 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::urlencode (  )  [static]

Returns:
UrlEncodeFilter

Definition at line 114 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::urldecode (  )  [static]

Returns:
UrlDecodeFilter

Definition at line 122 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::uudecode (  )  [static]

Returns:
UnixToUnixDecode

Definition at line 130 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::uuencode (  )  [static]

Returns:
UnixToUnixEncode

Definition at line 138 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

static Filter::replaceSymbols ( search = null,
replace = null 
) [static]

Returns:
StringReplaceFilter

Definition at line 146 of file Filter.class.php.

References StringReplaceFilter::create().

Here is the call graph for this function:

static Filter::safeUtf8 (  )  [static]

Returns:
SafeUtf8Filter

Definition at line 154 of file Filter.class.php.

References Singleton::getInstance().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:25 2007 for onPHP by  doxygen 1.5.4