Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1120 private function topTenOldestAliveQuery(string $sex, int $total): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
1167 $records = $this->topTenOldestAliveQuery('BOTH', $total);
1187 $records = $this->topTenOldestAliveQuery('BOTH', $total);
1207 $records = $this->topTenOldestAliveQuery('F', $total);
1227 $records = $this->topTenOldestAliveQuery('F', $total);
1247 $records = $this->topTenOldestAliveQuery('M', $total);
1267 $records = $this->topTenOldestAliveQuery('M', $total);