Changeset 1236 for trunk/src/controller/AgaviWebController.class.php
- Timestamp:
- 11/04/06 22:49:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/controller/AgaviWebController.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/controller/AgaviWebController.class.php
r1131 r1236 34 34 * Initialize this controller. 35 35 * 36 * @param Agavi Context An AgaviContextinstance.37 * @param array An array of initialization parameters.36 * @param AgaviResponse An AgaviResponse instance. 37 * @param array An array of initialization parameters. 38 38 * 39 39 * @author Sean Kerr <skerr@mojavi.org> … … 50 50 51 51 /** 52 * Redirects to a given URL using the http Location header. 53 * 54 * @param string The URL. 55 * 52 56 * @see AgaviController::redirect() 53 57 */

