class TransTokenParser extends Twig_TokenParser
Token Parser for the 'trans' tag.
Methods
| Twig_NodeInterface |
parse(Twig_Token $token)
Parses a token and returns a node. |
|
| decideTransFork($token) | ||
| string |
getTag()
Gets the tag name associated with this token parser. |
Details
at line 32
public Twig_NodeInterface
parse(Twig_Token $token)
Parses a token and returns a node.
at line 75
public
decideTransFork($token)
at line 85
public string
getTag()
Gets the tag name associated with this token parser.