mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Updated doc block for added HTTP Status.
This commit is contained in:
parent
ce10c85367
commit
719836c41d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue