class Controller implements ContainerAwareInterface
Controller is a simple implementation of a Controller.
It provides methods to common features needed in controllers.
Traits
ContainerAwareTrait | ContainerAware trait. |
Methods
setContainer(ContainerInterface $container = null) Sets the container. | from ContainerAwareTrait |
Details
setContainer(ContainerInterface $container = null)
Sets the container.
Please login to continue.