Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/filtermanager.core.php

    r4376 r4578  
    2424    * 
    2525    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    2726    * @author     Jens-André Koch <vain@clansuite.com> 
    2827    * @copyright  Jens-André Koch (2005 - onwards) 
    29     * 
    3028    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    32     * 
     29    *  
    3330    * @version    SVN: $Id$ 
    3431    */ 
     
    4138 
    4239/** 
    43  * interface FilterInterface 
     40 * Interface Clansuite_Filter_Interface 
    4441 * 
    4542 * @category    Clansuite 
     
    5350 
    5451/** 
    55  * FilterManager 
    56  * - is a Intercepting-Filter / FilterChain 
     52 * Clansuite_FilterManager 
    5753 * 
    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. 
    6059 * 
    6160 * @category    Clansuite 
Note: See TracChangeset for help on using the changeset viewer.