3 declare(strict_types=1);
50 $this->listener = $a_callback;
68 if ($this->position < count($this->objects)) {
75 @call_user_func($this->listener);
78 if ($this->position < count($this->objects)) {
117 public function addObject(
int $a_value,
float $a_relevance = 0): void
119 $this->objects[] = $a_value;
120 $this->relevance[$a_value] = $a_relevance;
128 return isset($this->relevance[$a_obj_id]) ? $this->relevance[$a_obj_id] / $this->
getMaxScore() * 100 : 0;
134 $this->limit = $a_limit;
145 $this->max_score = $a_score;
155 $this->total_hits = $a_hits;
setCallback(array $a_callback)
set search callback
current()
Iterator current.
static getLogger(string $a_component_id)
Get component logger.
addObject(int $a_value, float $a_relevance=0)
getRelevance(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setMaxScore(float $a_score)
setTotalHits(int $a_hits)