Home
last modified time | relevance | path

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

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