class TemplateController implements ContainerAwareInterface

TemplateController.

Traits

ContainerAware trait.

Methods

setContainer(ContainerInterface $container = null)

Sets the container.

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.

Parameters

ContainerInterface $container A ContainerInterface instance or null

at line line 37
Response templateAction(string $template, int|null $maxAge = null, int|null $sharedAge = null, bool|null $private = null)

Renders a template.

Parameters

string $template The template name
int|null $maxAge Max age for client caching
int|null $sharedAge Max age for shared (proxy) caching
bool|null $private Whether or not caching should apply for client caches only

Return Value

Response A Response instance