Changeset 4578 for trunk/core/filtermanager.core.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/filtermanager.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/filtermanager.core.php
r4376 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite 32 * 29 * 33 30 * @version SVN: $Id$ 34 31 */ … … 41 38 42 39 /** 43 * interface FilterInterface40 * Interface Clansuite_Filter_Interface 44 41 * 45 42 * @category Clansuite … … 53 50 54 51 /** 55 * FilterManager 56 * - is a Intercepting-Filter / FilterChain 52 * Clansuite_FilterManager 57 53 * 58 * - $filters is an array containing the filters to be processed 59 * - addFilter method, adds them to the array 54 * Is a Intercepting-Filter (FilterChain). 55 * The var $filters is an array containing the filters to be processed. 56 * The method addFilter() adds filters to the array. 57 * A filter has to implement the Clansuite_Filter_Interface, 58 * it has to provide the executeFilter() method. 60 59 * 61 60 * @category Clansuite
Note: See TracChangeset
for help on using the changeset viewer.
