$parser
$parser : \Twig_Parser
Imports blocks defined in another template into the current template.
{% extends "base.html" %} {% use "blocks.html" %} {% block title %}{% endblock %} {% block content %}{% endblock %}
$parser : \Twig_Parser
setParser(\Twig_Parser $parser)
Sets the parser associated with this token parser.
\Twig_Parser | $parser |
parse(\Twig_Token $token)
\Twig_Token | $token |
Loading…