Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2337 public function commonGivenMaleList(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2339 … return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php346 public function commonGivenMaleList(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10156 …arebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenMaleList\(\) should …