Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2271 … public function commonGivenFemaleTotals(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2273 … return $this->individual_repository->commonGivenFemaleTotals((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php268 public function commonGivenFemaleTotals(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10132 …ebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemaleTotals\(\) shoul…