Show
Ignore:
Timestamp:
11/04/06 22:39:36 (2 years ago)
Author:
dominik
Message:

the console controllers get passed the response not the context anymore as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/controller/AgaviConsoleController.class.php

    r1075 r1234  
    3535   * Initialize this controller. 
    3636   * 
    37    * @param      AgaviContext An AgaviContext instance. 
    38    * @param      array        An array of initialization parameters. 
     37   * @param      AgaviResponse An AgaviResponse instance. 
     38   * @param      array         An array of initialization parameters. 
    3939   * 
    4040   * @author     David Zuelke <dz@bitxtender.com> 
    4141   * @since      0.11.0 
    4242   */ 
    43   public function initialize(AgaviContext $context, array $parameters = array()) 
     43  public function initialize(AgaviResponse $reponse, array $parameters = array()) 
    4444  { 
    4545    // initialize parent 
     
    4949  } 
    5050   
     51  /** 
     52   * This method is not implemented in the console controller! 
     53   */ 
    5154  public function redirect($to) 
    5255  {