Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1193 public function topTenOldestMale(string $total = '10'): string function in Fisharebest\\Webtrees\\Statistics
1195 return $this->individual_repository->topTenOldestMale((int) $total);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1087 public function topTenOldestMale(int $total = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository