1 | <?php |
||
22 | final class ThematicBreakRenderer implements BlockRendererInterface |
||
23 | { |
||
24 | /** |
||
25 | * @param ThematicBreak $block |
||
26 | * @param ElementRendererInterface $htmlRenderer |
||
27 | * @param bool $inTightList |
||
28 | * |
||
29 | * @return HtmlElement |
||
30 | */ |
||
31 | 93 | public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, bool $inTightList = false) |
|
41 | } |
||
42 |