Home
last modified time | relevance | path

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

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