Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1597 public function oldestMarriageFemaleAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics
1599 return $this->family_repository->oldestMarriageFemaleAge($show_years);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1582 public function oldestMarriageFemaleAge(string $show_years = ''): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository