Public Member Functions | |
add (Filtrator $filter) | |
| |
dropAll () | |
| |
apply ($value) | |
Static Public Member Functions | |
static | create () |
| |
Private Attributes | |
$chain = array() |
Definition at line 18 of file FilterChain.class.php.
static FilterChain::create | ( | ) | [static] |
Definition at line 25 of file FilterChain.class.php.
Referenced by Filter::textImport().
FilterChain::add | ( | Filtrator $ | filter | ) |
FilterChain::dropAll | ( | ) |
FilterChain::apply | ( | $ | value | ) |
FilterChain::$chain = array() [private] |
Definition at line 20 of file FilterChain.class.php.