Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DDescendancyModule.php93 ->map(fn (Individual $individual): string => $this->getPersonLi($individual))
145 'individual_list' => $this->getPersonLi($individual, 1),
158 public function getPersonLi(Individual $person, int $generations = 0): string function in Fisharebest\\Webtrees\\Module\\DescendancyModule
256 $out .= $this->getPersonLi($child, $generations - 1);