Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1901 public function totalMarriedFemales(): string function in Fisharebest\\Webtrees\\Statistics
1903 return $this->family_repository->totalMarriedFemales();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php778 public function totalMarriedFemales(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository