Changeset 1448 for branches/david-execution_flow/samples/app/lib/filter/AgaviSampleAppCookieLoginFilter.class.php
- Timestamp:
- 01/01/07 19:42:27 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/david-execution_flow/samples/app/lib/filter/AgaviSampleAppCookieLoginFilter.class.php
r908 r1448 27 27 * @since 0.11.0 28 28 */ 29 public function execute(AgaviFilterChain $filterChain, Agavi Response $response)29 public function execute(AgaviFilterChain $filterChain, AgaviExecutionContainer $container) 30 30 { 31 31 $req = $this->getContext()->getRequest(); … … 43 43 } 44 44 45 $filterChain->execute($ filterChain, $response);45 $filterChain->execute($container); 46 46 } 47 47 }

