ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Twig_TokenParserInterface Interface Reference

Interface implemented by token parsers. More...

+ Inheritance diagram for Twig_TokenParserInterface:
+ Collaboration diagram for Twig_TokenParserInterface:

Public Member Functions

 setParser (Twig_Parser $parser)
 Sets the parser associated with this token parser. More...
 
 parse (Twig_Token $token)
 Parses a token and returns a node. More...
 
 getTag ()
 Gets the tag name associated with this token parser. More...
 

Detailed Description

Interface implemented by token parsers.

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 17 of file TokenParserInterface.php.

Member Function Documentation

◆ getTag()

◆ parse()

◆ setParser()

Twig_TokenParserInterface::setParser ( Twig_Parser  $parser)

Sets the parser associated with this token parser.

Implemented in Twig_TokenParser.


The documentation for this interface was generated from the following file: