class PhpEngine extends PhpEngine implements EngineInterface
This engine knows how to render Symfony templates.
Methods
__construct(TemplateNameParserInterface $parser, ContainerInterface $container, LoaderInterface $loader, GlobalVariables $globals = null) Constructor.
string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template. from PhpEngine bool exists(string|TemplateReferenceInterface $name) Returns true if the template exists. fr