Home
last modified time | relevance | path

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

/webtrees/app/CommonMark/
H A DCensusTableContinueParser.php98 $table_cell = new TableCell(TableCell::TYPE_HEADER); variable in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser
99 $table_cell->appendChild(new Text($cell));
100 $tr->appendChild($table_cell);
106 $table_cell = new TableCell(TableCell::TYPE_DATA); variable in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser
107 $table_cell->appendChild(new Text($cell));
108 $tr->appendChild($table_cell);