private function classUidList($hits) { return array_unique(array_map(function ($hit) { return $hit->{'class_uid'}; }, $hits)); }