Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
15 | public function compile(Compiler $compiler) |
||
16 | { |
||
17 | $compiler |
||
18 | ->addDebugInfo($this) |
||
19 | ->write("print \$this->env->getExtension('Fousky\\JSBlockBundle\\Twig\\JSBlockExtension')->") |
||
20 | ->raw($this->getNode('method')->getAttribute('value')) |
||
21 | ->raw("();\n"); |
||
22 | } |
||
23 | } |
||
24 |