class Twig_TokenParser_Extends extends Twig_TokenParser
Extends a template by another one.
<pre>
{% extends "base.html" %}
</pre>
Methods
|
setParser(Twig_Parser $parser)
Sets the parser associated with this token parser |
from Twig_TokenParser | |
| Twig_NodeInterface |
parse(Twig_Token $token)
Parses a token and returns a node. |
|
| string |
getTag()
Gets the tag name associated with this token parser. |
Details
in Twig_TokenParser at line 30
public
setParser(Twig_Parser $parser)
Sets the parser associated with this token parser
at line 29
public Twig_NodeInterface
parse(Twig_Token $token)
Parses a token and returns a node.
at line 50
public string
getTag()
Gets the tag name associated with this token parser.