Home
last modified time | relevance | path

Searched refs:commonGivenFemaleTable (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DTopGivenNamesModule.php87 'females' => $statistics->commonGivenFemaleTable('1', $num),
/webtrees/app/
H A DStatistics.php2304 … public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2306 … return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php307 public function commonGivenFemaleTable(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon6478 message: '#^Cannot call method commonGivenFemaleTable\(\) on mixed\.$#'
10126 …ebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemaleTable\(\) should…