|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface implemented by parser classes. More...
Inheritance diagram for Twig_ParserInterface:
Collaboration diagram for Twig_ParserInterface:Public Member Functions | |
| parse (Twig_TokenStream $stream) | |
| Converts a token stream to a node tree. More... | |
Interface implemented by parser classes.
Definition at line 19 of file ParserInterface.php.
| Twig_ParserInterface::parse | ( | Twig_TokenStream | $stream | ) |
Converts a token stream to a node tree.
| Twig_Error_Syntax | When the token stream is syntactically or semantically wrong |