Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2129 public function commonSurnames( function in Fisharebest\\Webtrees\\Statistics
2134 …return $this->individual_repository->commonSurnames((int) $threshold, (int) $number_of_surnames, $…
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php615 public function commonSurnames( function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository