| @@ 67-69 (lines=3) @@ | ||
| 64 | ->write("twig.Template.call(this, env);\n") |
|
| 65 | ; |
|
| 66 | ||
| 67 | if (count($node->getNode('blocks')) || count($node->getNode('traits'))) { |
|
| 68 | $this->compileConstructor($compiler, $node); |
|
| 69 | } |
|
| 70 | ||
| 71 | $compiler |
|
| 72 | ->outdent() |
|
| @@ 74-76 (lines=3) @@ | ||
| 71 | ->write("twig.Template.call(this, env);\n") |
|
| 72 | ; |
|
| 73 | ||
| 74 | if (count($node->getNode('blocks')) || count($node->getNode('traits'))) { |
|
| 75 | $this->compileConstructor($compiler, $node); |
|
| 76 | } |
|
| 77 | ||
| 78 | $compiler |
|
| 79 | ->outdent() |
|