Home
last modified time | relevance | path

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

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