Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1807 public function youngestMotherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1809 return $this->family_repository->youngestMotherAge($show_years);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php902 public function youngestMotherAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository