class TemplateController extends ContainerAware
TemplateController.
Methods
|
setContainer(ContainerInterface $container = null)
Sets the Container. |
from ContainerAware | |
| Response |
templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, Boolean|null $private = null)
Renders a template. |
Details
in ContainerAware at line 37
public
setContainer(ContainerInterface $container = null)
Sets the Container.
at line 34
public Response
templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, Boolean|null $private = null)
Renders a template.