Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1623 public function youngestMarriageMaleAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1625 return $this->family_repository->youngestMarriageMaleAge($show_years);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1614 public function youngestMarriageMaleAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository