| 1 | <?php |
||
| 10 | class PsrContainerRenderer implements RendererInterface |
||
| 11 | { |
||
| 12 | /** @var ContainerInterface */ |
||
| 13 | private $container; |
||
| 14 | |||
| 15 | public function __construct(ContainerInterface $container) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @throws ContainerExceptionInterface |
||
| 22 | */ |
||
| 23 | public function render(BlockInterface $block): string |
||
| 27 | } |
||
| 28 |