static boolean
get
(mixed $value, string $classBaseName, [ $args = array()], [mixed $namespaces = array()])
-
mixed
$value
-
string
$classBaseName
-
array
$args: OPTIONAL
-
mixed
$namespaces: OPTIONAL
Adds a filter to the end of the chain
Returns $value filtered through each filter in the chain
Filters are run in the order in which they were added to the chain (FIFO)
mixed
filter
(mixed $value)
Implementation of:
- Zend_Filter_Interface::filter()
- Returns the result of filtering $value