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

throw AgaviConfigurationException? instead of AgaviException? when the chosen output type is not configured
phpdoc fixes

Files:
1 modified

Legend:

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

    r1131 r1236  
    3434   * Initialize this controller. 
    3535   * 
    36    * @param      AgaviContext An AgaviContext instance. 
    37    * @param      array        An array of initialization parameters. 
     36   * @param      AgaviResponse An AgaviResponse instance. 
     37   * @param      array         An array of initialization parameters. 
    3838   * 
    3939   * @author     Sean Kerr <skerr@mojavi.org> 
     
    5050 
    5151  /** 
     52   * Redirects to a given URL using the http Location header. 
     53   * 
     54   * @param      string The URL. 
     55   * 
    5256   * @see        AgaviController::redirect() 
    5357   */