[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 57 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ControllerResolverInterface:: (2 methods):
getController()
getArguments()
Interface: ControllerResolverInterface - X-Ref
A ControllerResolverInterface implementation knows how to determine thegetController(Request $request) X-Ref |
Returns the Controller instance associated with a Request. As several resolvers can exist for a single application, a resolver must return false when it is not able to determine the controller. The resolver must only throw an exception when it should be able to load a controller but cannot because of some errors made by the developer. return: callable|false A PHP callable representing the Controller, |
getArguments(Request $request, $controller) X-Ref |
Returns the arguments to pass to the controller. param: Request $request A Request instance param: callable $controller A PHP callable return: array An array of arguments to pass to the controller |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |