TwigEngine
class TwigEngine extends TwigEngine implements EngineInterface
This engine renders Twig templates.
Methods
__construct(Twig_Environment $environment, TemplateNameParserInterface $parser, FileLocatorInterface $locator)
Constructor.
string
from TwigEngine
bool
from TwigEngine
bool
supports(string|TemplateReferenceInterface $name)
Returns true if this class is able to render the given template.
from TwigEngine
renderResponse(string $view, array $parameters = array(), Response $response = null)
Renders a view and returns a Response.
Details
at line line 37
__construct(Twig_Environment $environment, TemplateNameParserInterface $parser, FileLocatorInterface $locator)
Constructor.
at line line 47
string
render(string|TemplateReferenceInterface $name, array $parameters = array())
Renders a template.
in TwigEngine at line line 60
stream(string|TemplateReferenceInterface $name, array $parameters = array())
Streams a template.
The implementation should output the content directly to the client.
in TwigEngine at line line 70
bool
exists(string|TemplateReferenceInterface $name)
Returns true if the template exists.
in TwigEngine at line line 98
bool
supports(string|TemplateReferenceInterface $name)
Returns true if this class is able to render the given template.