Home
last modified time | relevance | path

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

/webtrees/app/Module/InteractiveTree/
H A DTreeView.php263 $html .= $this->drawVerticalLine($line) . $this->drawHorizontalLine();
330 $html .= $this->drawVerticalLine($line);
404 private function drawVerticalLine(string $line): string function in Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView