Class Zend_Filter

Description

Implements interfaces:

Located in /Filter.php (line 36)


	
			
Variable Summary
 array $_filters
Method Summary
 static boolean get (mixed $value, string $classBaseName, [ $args = array()], [mixed $namespaces = array()])
 mixed filter (mixed $value)
Variables
array $_filters = array() (line 43)

Filter chain

  • access: protected
Methods
static get (line 82)
  • throws: Zend_Filter_Exception
  • access: public
static boolean get (mixed $value, string $classBaseName, [ $args = array()], [mixed $namespaces = array()])
  • mixed $value
  • string $classBaseName
  • array $args: OPTIONAL
  • mixed $namespaces: OPTIONAL
addFilter (line 51)

Adds a filter to the end of the chain

  • return: Provides a fluent interface
  • access: public
Zend_Filter addFilter (Zend_Filter_Interface $filter)
filter (line 65)

Returns $value filtered through each filter in the chain

Filters are run in the order in which they were added to the chain (FIFO)

  • access: public
mixed filter (mixed $value)
  • mixed $value

Implementation of:
Zend_Filter_Interface::filter()
Returns the result of filtering $value

Documentation generated on Sun, 27 May 2007 23:23:59 -0700 by phpDocumentor 1.3.2