Revision 1852
Added by darkviper almost 13 years ago
| FunctionInterface.php | ||
|---|---|---|
| 23 | 23 |
* |
| 24 | 24 |
* @return string The PHP code for the function |
| 25 | 25 |
*/ |
| 26 |
function compile(); |
|
| 26 |
public function compile();
|
|
| 27 | 27 |
|
| 28 |
function needsEnvironment(); |
|
| 28 |
public function needsEnvironment();
|
|
| 29 | 29 |
|
| 30 |
function needsContext(); |
|
| 30 |
public function needsContext();
|
|
| 31 | 31 |
|
| 32 |
function getSafe(Twig_Node $filterArgs); |
|
| 32 |
public function getSafe(Twig_Node $filterArgs);
|
|
| 33 | 33 |
|
| 34 |
function setArguments($arguments); |
|
| 34 |
public function setArguments($arguments);
|
|
| 35 | 35 |
|
| 36 |
function getArguments(); |
|
| 36 |
public function getArguments();
|
|
| 37 | 37 |
} |
Also available in: Unified diff
updated Twig template engine to stable version 1.11.1 step2