class Widget extends Twig_TokenParser

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.

Details

at line 13
Twig_NodeInterface parse(Twig_Token $token)

Parses a token and returns a node.

Parameters

Twig_Token $token A Twig_Token instance

Return Value

Twig_NodeInterface A Twig_NodeInterface instance

at line 41
string getTag()

Gets the tag name associated with this token parser.

Return Value

string The tag name