Class Zend_Filter

Description

Implements interfaces:

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Filter.php (line 36)


	
			
Variable Summary
 array $_filters
Method Summary
 mixed filter (mixed $value)
Variables
array $_filters = array() (line 43)

Filter chain

  • access: protected
Methods
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 Thu, 18 Jan 2007 10:00:51 -0800 by phpDocumentor 1.3.1