Home
last modified time | relevance | path

Searched refs:TableSection (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/CommonMark/
H A DCensusTableContinueParser.php25 use League\CommonMark\Extension\Table\TableSection; alias
47 private TableSection $thead;
49 private TableSection $tbody;
57 $this->thead = new TableSection(TableSection::TYPE_HEAD);
58 $this->tbody = new TableSection(TableSection::TYPE_BODY);