Home
last modified time | relevance | path

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

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