File: phpbb/controller/resolver.php
Unmodified
Added
Modified
Removed
Line 64 | Line 64 |
---|
/** * Load a controller callable *
|
/** * Load a controller callable *
|
* @param \Symfony\Component\HttpFoundation\Request $request Symfony Request object
| * @param Request $request Symfony Request object
|
* @return bool|Callable Callable or false * @throws \phpbb\controller\exception */
| * @return bool|Callable Callable or false * @throws \phpbb\controller\exception */
|
Line 119 | Line 119 |
---|
* and should match the parameters of the method you are using as your * controller. *
|
* and should match the parameters of the method you are using as your * controller. *
|
* @param \Symfony\Component\HttpFoundation\Request $request Symfony Request object
| * @param Request $request Symfony Request object
|
* @param mixed $controller A callable (controller class, method) * @return array An array of arguments to pass to the controller * @throws \phpbb\controller\exception
| * @param mixed $controller A callable (controller class, method) * @return array An array of arguments to pass to the controller * @throws \phpbb\controller\exception
|