Updated doc block for added HTTP Status.

This commit is contained in:
predominant 2010-05-05 10:09:47 +10:00
parent ce10c85367
commit 719836c41d

View file

@ -260,6 +260,7 @@ class RequestHandlerComponent extends Object {
*
* @param object $controller A reference to the controller
* @param mixed $url A string or array containing the redirect location
* @param mixed HTTP Status for redirect
* @access public
*/
function beforeRedirect(&$controller, $url, $status = null) {