[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 121 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ContainerControllerResolver:: (5 methods):
__construct()
getController()
createController()
instantiateController()
throwExceptionIfControllerWasRemoved()
Class: ContainerControllerResolver - X-Ref
A controller resolver searching for a controller in a psr-11 container when using the "service:method" notation.__construct(ContainerInterface $container, LoggerInterface $logger = null) X-Ref |
No description |
getController(Request $request) X-Ref |
{@inheritdoc} |
createController($controller) X-Ref |
Returns a callable for the given controller. param: string $controller A Controller string return: mixed A PHP callable |
instantiateController($class) X-Ref |
{@inheritdoc} |
throwExceptionIfControllerWasRemoved($controller, $previous = null) X-Ref |
param: string $controller param: \Exception|\Throwable|null $previous |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |