Changeset 1238 for trunk/src/filter/AgaviFilterChain.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/filter/AgaviFilterChain.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/filter/AgaviFilterChain.class.php
r1063 r1238 51 51 52 52 /** 53 * @var AgaviResp inse The Response instance that is handed to filters.53 * @var AgaviResponse The Response instance that is handed to filters. 54 54 */ 55 55 protected $response = null; … … 97 97 * Register a filter with this chain. 98 98 * 99 * @param Agavi Filter A Filter implementation instance.99 * @param AgaviIFilter A Filter implementation instance. 100 100 * 101 101 * @author Sean Kerr <skerr@mojavi.org>

