Searched refs:topTenOldestAliveQuery (Results 1 – 1 of 1) sorted by relevance
1120 private function topTenOldestAliveQuery(string $sex, int $total): array function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository1167 $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);