TemplateController
class TemplateController implements ContainerAwareInterface
TemplateController.
Traits
ContainerAware trait.
Methods
templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, bool|null $private = null)
Renders a template.
Details
in ContainerAwareTrait at line line 31
setContainer(ContainerInterface $container = null)
Sets the container.
at line line 37
Response
templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, bool|null $private = null)
Renders a template.