Home
last modified time | relevance | path

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

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