Home
last modified time | relevance | path

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

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