Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2282 public function commonGivenFemaleList(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2284 … return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php281 public function commonGivenFemaleList(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10114 …rebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemaleList\(\) should…