TimedTwigEngine deprecated
class TimedTwigEngine extends TwigEngine
deprecated
Times the time spent to render a template.
Methods
__construct(Twig_Environment $environment, TemplateNameParserInterface $parser, FileLocatorInterface $locator, Stopwatch $stopwatch)
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.
from TwigEngine
Details
at line line 40
__construct(Twig_Environment $environment, TemplateNameParserInterface $parser, FileLocatorInterface $locator, Stopwatch $stopwatch)
Constructor.
at line line 50
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.
in TwigEngine at line line 48
setDefaultEscapingStrategy($strategy)
deprecated
deprecated
in TwigEngine at line line 59
guessDefaultEscapingStrategy($filename)
deprecated
deprecated
in TwigEngine at line line 91
Response
renderResponse(string $view, array $parameters = array(), Response $response = null)
Renders a view and returns a Response.