Adds a new default namespace
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.
Returns the set default namespaces
Returns true when defaultNamespaces are set
Sets new default namespaces
Returns $value filtered through each filter in the chain
Filters are run in the order in which they were added to the chain (FIFO)
Get all the filters
Documentation generated on Mon, 21 Jun 2010 15:23:44 -0400 by phpDocumentor 1.4.3