Symfony2 API
Class

Symfony\Bundle\FrameworkBundle\Controller\InternalController

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.

Parameters

ContainerInterface $container A ContainerInterface instance

at line 32
public Response indexAction(string $path, string $controller)

Forwards to the given controller with the given path.

Parameters

string $path The path
string $controller The controller name

Return Value

Response A Response instance