ControllerResolver to enhance controllers beyond Symfony's basic handling.
It adds two behaviors:
Expanded class hierarchy of ControllerResolver
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ControllerResolver:: |
protected | property | The injection container that should be injected into all controllers. | |
ControllerResolver:: |
private | property | ||
ControllerResolver:: |
protected | function |
Returns a callable for the given controller. Overrides ControllerResolver:: |
|
ControllerResolver:: |
protected | function | ||
ControllerResolver:: |
public | function |
Returns the arguments to pass to the controller. Overrides ControllerResolverInterface:: |
|
ControllerResolver:: |
public | function |
Returns the Controller instance associated with a Request. Overrides ControllerResolverInterface:: |
|
ControllerResolver:: |
public | function |
Constructs a new ControllerResolver. Overrides ControllerResolver:: |