mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 23:49:55 +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 object $controller A reference to the controller
|
||||||
* @param mixed $url A string or array containing the redirect location
|
* @param mixed $url A string or array containing the redirect location
|
||||||
|
* @param mixed HTTP Status for redirect
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function beforeRedirect(&$controller, $url, $status = null) {
|
function beforeRedirect(&$controller, $url, $status = null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue