Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1833 public function oldestMotherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1835 return $this->family_repository->oldestMotherAge($show_years);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php934 public function oldestMotherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository