1 | <?php |
||
19 | final class TwigTemplateBlockRenderer implements TemplateBlockRendererInterface |
||
20 | { |
||
21 | /** @var Environment */ |
||
22 | private $twig; |
||
23 | |||
24 | public function __construct(Environment $twig) |
||
28 | |||
29 | public function render(string $eventName, TemplateBlock $templateBlock, array $context = []): string |
||
40 | } |
||
41 |