Public Member Functions | |
add (Filtrator $filter) | |
dropAll () | |
apply ($value) | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$chain = array() |
Chained Filtrator.
Definition at line 17 of file FilterChain.class.php.
FilterChain::add | ( | Filtrator $ | filter | ) |
Definition at line 32 of file FilterChain.class.php.
FilterChain::apply | ( | $ | value | ) |
Implements Filtrator.
Definition at line 47 of file FilterChain.class.php.
static FilterChain::create | ( | ) | [static] |
Definition at line 24 of file FilterChain.class.php.
Referenced by Filter::textImport().
FilterChain::dropAll | ( | ) |
Definition at line 41 of file FilterChain.class.php.
FilterChain::$chain = array() [private] |
Definition at line 19 of file FilterChain.class.php.