mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding note to api doc of the redirect function (#1358)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3440 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
614131b7a7
commit
fa38da38e5
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ class Controller extends Object {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* Redirects to given $url, after turning off $this->autoRender.
|
||||
* Redirects to given $url, after turning off $this->autoRender. Please notice that the script execution is not stopped
|
||||
* after the redirect.
|
||||
*
|
||||
* @param string $url
|
||||
* @param integer $status
|
||||
|
|
Loading…
Add table
Reference in a new issue