Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php992 private function topTenOldestQuery(string $sex, int $total): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
1025 $records = $this->topTenOldestQuery('BOTH', $total);
1041 $records = $this->topTenOldestQuery('BOTH', $total);
1057 $records = $this->topTenOldestQuery('F', $total);
1073 $records = $this->topTenOldestQuery('F', $total);
1089 $records = $this->topTenOldestQuery('M', $total);
1105 $records = $this->topTenOldestQuery('M', $total);