| 1 | <?php |
||
| 11 | class DeferReference extends \Twig_Node_Expression_BlockReference |
||
| 12 | { |
||
| 13 | 2 | public function __construct($name, Twig_Node $args, $line, $tag = null) |
|
| 20 | |||
| 21 | /** |
||
| 22 | * Compiles the node to PHP. |
||
| 23 | * |
||
| 24 | * @param Twig_Compiler $compiler A Twig_Compiler instance |
||
| 25 | */ |
||
| 26 | 3 | public function compile(Twig_Compiler $compiler) |
|
| 53 | } |
||
| 54 |