Home
last modified time | relevance | path

Searched refs:totalSexMales (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php46 public function totalSexMales(): string; function
/webtrees/app/
H A DStatistics.php530 public function totalSexMales(): string function in Fisharebest\\Webtrees\\Statistics
532 return $this->individual_repository->totalSexMales();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1594 public function totalSexMales(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository