Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1859 public function youngestFatherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1861 return $this->family_repository->youngestFatherAge($show_years);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php966 public function youngestFatherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository