Revision 1852
Added by darkviper almost 13 years ago
| ParserInterface.php | ||
|---|---|---|
| 20 | 20 |
/** |
| 21 | 21 |
* Converts a token stream to a node tree. |
| 22 | 22 |
* |
| 23 |
* @param Twig_TokenStream $stream A token stream instance
|
|
| 23 |
* @param Twig_TokenStream $stream A token stream instance |
|
| 24 | 24 |
* |
| 25 | 25 |
* @return Twig_Node_Module A node tree |
| 26 | 26 |
*/ |
| 27 |
function parse(Twig_TokenStream $stream); |
|
| 27 |
public function parse(Twig_TokenStream $stream);
|
|
| 28 | 28 |
} |
Also available in: Unified diff
updated Twig template engine to stable version 1.11.1 step2