Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DDescendancyModule.php189 public function getFamilyLi(Family $family, Individual $person, int $generations = 0): string function in Fisharebest\\Webtrees\\Module\\DescendancyModule
230 $out .= $this->getFamilyLi($family, $individual, $generations - 1);