Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php158 public function totalSexMalesPercentage(): string; function
/webtrees/app/
H A DStatistics.php538 public function totalSexMalesPercentage(): string function in Fisharebest\\Webtrees\\Statistics
540 return $this->individual_repository->totalSexMalesPercentage();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1769 public function totalSexMalesPercentage(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository