Home
last modified time | relevance | path

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

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