mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Merge branch 'master' into 2.6
This commit is contained in:
commit
ad2d6edda9
15 changed files with 81 additions and 6 deletions
|
@ -138,6 +138,8 @@ class Dispatcher implements CakeEventListener {
|
|||
* @param CakeResponse $response Response object to put the results of the dispatch into.
|
||||
* @param array $additionalParams Settings array ("bare", "return") which is melded with the GET and POST params
|
||||
* @return string|void if `$request['return']` is set then it returns response body, null otherwise
|
||||
* @triggers Dispatcher.beforeDispatch $this, compact('request', 'response', 'additionalParams')
|
||||
* @triggers Dispatcher.afterDispatch $this, compact('request', 'response')
|
||||
* @throws MissingControllerException When the controller is missing.
|
||||
*/
|
||||
public function dispatch(CakeRequest $request, CakeResponse $response, $additionalParams = array()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue