Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1849 public function youngestFatherName(): string function in Fisharebest\\Webtrees\\Statistics
1851 return $this->family_repository->youngestFatherName();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php954 public function youngestFatherName(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository