ControllerResolver
Implements ControllerResolverInterfaceResolves a controller for the given route.
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
instantiateController
Instantiate a controller class
instantiateController( class) :
| since |
2.0.0 |
|---|
Arguments
- class
stringThe class to instantiate
Response
objectController class instance
resolve
Resolve the controller for a route
resolve(\Joomla\Router\ResolvedRoute route) Warning: Array to string conversion in /opt/phpdoc/vendor/twig/twig/src/Extension/CoreExtension.php on line 841 : |Array
| throws |
|
|---|---|
| since |
2.0.0 |
Arguments
- route
ResolvedRouteThe route to resolve the controller for
Response
callable