Searched refs:commonGivenFemaleTable (Results 1 – 4 of 4) sorted by relevance
87 'females' => $statistics->commonGivenFemaleTable('1', $num),
2304 … public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics2306 … return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
307 public function commonGivenFemaleTable(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
6478 message: '#^Cannot call method commonGivenFemaleTable\(\) on mixed\.$#'10126 …ebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenFemaleTable\(\) should…