Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php502 private function topSurnames(int $number_of_surnames, int $threshold): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
545 $top_surname = $this->topSurnames(1, 0);
568 $surnames = $this->topSurnames($number_of_surnames, $threshold);
1839 $all_surnames = $this->topSurnames($number_of_surnames, 0);