Home
last modified time | relevance | path

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

/webtrees/app/Module/InteractiveTree/
H A DTreeView.php219 …gen === 0 ? ' abbr="c' . $f2load . '"' : '') . '>' . $html . '</td>' . $this->drawHorizontalLine();
263 $html .= $this->drawVerticalLine($line) . $this->drawHorizontalLine();
302 $html .= $this->drawHorizontalLine();
412 private function drawHorizontalLine(): string function in Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView