| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 12 |
| Ratio | 100 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | 4 | public function compile(\Twig_Compiler $compiler) |
|
| 27 | { |
||
| 28 | 4 | $compiler->addDebugInfo($this); |
|
| 29 | |||
| 30 | $compiler |
||
| 31 | 4 | ->write(sprintf('}, $this), %s);', $this->getAttribute('execution_priority'))) |
|
| 32 | 4 | ->write("\n"); |
|
| 33 | |||
| 34 | $compiler |
||
| 35 | 4 | ->write(sprintf('%s->display();', $this->getAttribute('bufferized_context_variable_name'))) |
|
| 36 | 4 | ->write("\n"); |
|
| 37 | 4 | } |
|
| 38 | } |
||
| 39 |