Searched refs:TableSection (Results 1 – 6 of 6) sorted by last modified time
27 use League\CommonMark\Extension\Table\TableSection; alias41 ->addBlockRenderer(TableSection::class, new TableSectionRenderer())
24 use League\CommonMark\Extension\Table\TableSection; alias30 if (!$block instanceof TableSection) {
24 final class TableSection extends AbstractStringContainerBlock implements InlineContainerInterface class
27 if (!$block instanceof TableSection) {
26 /** @var TableSection */28 /** @var TableSection */36 $this->appendChild($this->head = new TableSection(TableSection::TYPE_HEAD));37 $this->appendChild($this->body = new TableSection(TableSection::TYPE_BODY));43 return $block instanceof TableSection;51 public function getHead(): TableSection56 public function getBody(): TableSection
29 ->addBlockRenderer(TableSection::class, new TableSectionRenderer())