class TemplateController implements ContainerAwareInterface
TemplateController.
Traits
ContainerAwareTrait | ContainerAware trait. |
Methods
setContainer(ContainerInterface $container = null) Sets the container. | from ContainerAwareTrait | |
Response | templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, bool|null $private = null) Renders a template. |
Details
setContainer(ContainerInterface $container = null)
Sets the container.
Response templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, bool|null $private = null)
Renders a template.
Please login to continue.