Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2315 public function commonGivenMale(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2317 return $this->individual_repository->commonGivenMale((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php320 public function commonGivenMale(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10150 …sharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenMale\(\) should re…