Zend_Filter
static mixed
filterStatic
(mixed $value, string $classBaseName, [ $args = array()], [array|string $namespaces = array()])
static mixed
get
(mixed $value, string $classBaseName, [ $args = array()], [array|string $namespaces = array()])
static addDefaultNamespaces (line 150)
Adds a new default namespace
static filterStatic (line 207)
Returns a value filtered through a specified filter class, without requiring separate instantiation of the filter object.
The first argument of this method is a data input value, that you would have filtered. The second argument is a string, which corresponds to the basename of the filter class, relative to the Zend_Filter namespace. This method automatically loads the class, creates an instance, and applies the filter() method to the data input. You can also pass an array of constructor arguments, if they are needed for the filter class.
static get (line 180)
static getDefaultNamespaces (line 124)
Returns the set default namespaces
static hasDefaultNamespaces (line 164)
Returns true when defaultNamespaces are set
static setDefaultNamespaces (line 135)
Sets new default namespaces
filter (line 110)
Returns $value filtered through each filter in the chain
Filters are run in the order in which they were added to the chain (FIFO)
getFilters (line 97)
Get all the filters
Documentation generated on Mon, 21 Jun 2010 15:23:44 -0400 by phpDocumentor 1.4.3