3 declare(strict_types=1);
    52         $this->obj_id = $a_id;
    68         $this->obj_type = $a_type;
    84         $this->command = $a_command;
   100         $this->last_update = $date_time;
   108         return is_object($this->last_update) ? $this->last_update : null;
   116         $this->finished = $a_finished;
 setCommand(string $a_command)
set command 
 
getLastUpdate()
get last update 
 
Represents an entry for the search command queue. 
 
setLastUpdate(ilDateTime $date_time)
set last_update 
 
getFinished()
get finished 
 
setFinished(bool $a_finished)
set finsihed 
 
setObjId(int $a_id)
set obj_id 
 
setObjType(string $a_type)
set obj_type