Revision 1852
Added by darkviper almost 12 years ago
NodeInterface.php | ||
---|---|---|
22 | 22 |
* |
23 | 23 |
* @param Twig_Compiler A Twig_Compiler instance |
24 | 24 |
*/ |
25 |
function compile(Twig_Compiler $compiler); |
|
25 |
public function compile(Twig_Compiler $compiler);
|
|
26 | 26 |
|
27 |
function getLine(); |
|
27 |
public function getLine();
|
|
28 | 28 |
|
29 |
function getNodeTag(); |
|
29 |
public function getNodeTag();
|
|
30 | 30 |
} |
Also available in: Unified diff
updated Twig template engine to stable version 1.11.1 step2