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