19 declare(strict_types=1);
46 $this->obj_id = $a_id;
62 $this->obj_type = $a_type;
78 $this->command = $a_command;
94 $this->last_update = $date_time;
102 return is_object($this->last_update) ? $this->last_update :
null;
110 $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
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getFinished()
get finished
setFinished(bool $a_finished)
set finsihed
setObjId(int $a_id)
set obj_id
setObjType(string $a_type)
set obj_type