class Twig_TokenParser_Embed extends Twig_TokenParser_Include
Embeds a template.
Methods
| Twig_NodeInterface |
parse(Twig_Token $token)
Parses a token and returns a node. |
|
| string |
getTag()
Gets the tag name associated with this token parser. |
|
| decideBlockEnd(Twig_Token $token) |
Details
at line 24
public Twig_NodeInterface
parse(Twig_Token $token)
Parses a token and returns a node.
at line 62
public string
getTag()
Gets the tag name associated with this token parser.