class InternalController extends ContainerAware
InternalController.
Methods
|
setContainer(ContainerInterface $container = null)
Sets the Container. |
from ContainerAware | |
| Response |
indexAction(string $path, string $controller)
Forwards to the given controller with the given path. |
Details
in ContainerAware at line 37
public
setContainer(ContainerInterface $container = null)
Sets the Container.
at line 32
public Response
indexAction(string $path, string $controller)
Forwards to the given controller with the given path.