Home
last modified time | relevance | path

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

/webtrees/app/Module/InteractiveTree/
H A DTreeView.php99 $r[] = $this->drawChildren($families, 1, true);
185 private function drawChildren(Collection $familyList, int $gen = 1, bool $ajax = false): string function in Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView
260 $html .= $this->drawChildren($person->spouseFamilies(), $gen);
/webtrees/
H A Dphpstan-baseline.neon4972 …of method Fisharebest\\Webtrees\\Module\\InteractiveTree\\TreeView\:\:drawChildren\(\) expects Ill…