| 1 | <?php |
||
| 21 | final class DocumentRenderer implements BlockRendererInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param Document $block |
||
| 25 | * @param ElementRendererInterface $htmlRenderer |
||
| 26 | * @param bool $inTightList |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | 2487 | public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) |
|
| 40 | } |
||
| 41 |