TemplateController
class TemplateController
TemplateController.
Methods
| __construct(Environment $twig = null, EngineInterface $templating = null) | ||
| Response | templateAction(string $template, int $maxAge = null, int $sharedAge = null, bool $private = null) Renders a template. | |
| Response | __invoke(string $template, int $maxAge = null, int $sharedAge = null, bool $private = null) |
Details
__construct(Environment $twig = null, EngineInterface $templating = null)
Parameters
| Environment | $twig | |
| EngineInterface | $templating |
Response templateAction(string $template, int $maxAge = null, int $sharedAge = null, bool $private = null)
Renders a template.
Parameters
| string | $template | The template name |
| int | $maxAge | Max age for client caching |
| int | $sharedAge | Max age for shared (proxy) caching |
| bool | $private | Whether or not caching should apply for client caches only |
Return Value
| Response |
Response __invoke(string $template, int $maxAge = null, int $sharedAge = null, bool $private = null)
Parameters
| string | $template | |
| int | $maxAge | |
| int | $sharedAge | |
| bool | $private |
Return Value
| Response |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.html