Show
Ignore:
Timestamp:
11/04/06 23:49:45 (2 years ago)
Author:
dominik
Message:

more phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/filter/AgaviFilterChain.class.php

    r1063 r1238  
    5151   
    5252  /** 
    53    * @var        AgaviRespinse The Response instance that is handed to filters. 
     53   * @var        AgaviResponse The Response instance that is handed to filters. 
    5454   */ 
    5555  protected $response = null; 
     
    9797   * Register a filter with this chain. 
    9898   * 
    99    * @param      AgaviFilter A Filter implementation instance. 
     99   * @param      AgaviIFilter A Filter implementation instance. 
    100100   * 
    101101   * @author     Sean Kerr <skerr@mojavi.org>