Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1579 public function oldestMarriageFemale(): string function in Fisharebest\\Webtrees\\Statistics
1581 return $this->family_repository->oldestMarriageFemale();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1560 public function oldestMarriageFemale(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository