Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php2148 public function topTenLargestGrandFamily(string $total = '10'): string function in Fisharebest\\Webtrees\\Statistics
2150 return $this->familyRepository->topTenLargestGrandFamily((int) $total);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php185 public function topTenLargestGrandFamily(int $total = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php5533 public function topTenLargestGrandFamily($params = array()) function in Fisharebest\\Webtrees\\Stats