19declare(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;
@classDescription Date and time handling
Represents an entry for the search command queue.
setObjId(int $a_id)
set obj_id
setCommand(string $a_command)
set command
setFinished(bool $a_finished)
set finsihed
setObjType(string $a_type)
set obj_type
getFinished()
get finished
getLastUpdate()
get last update
setLastUpdate(ilDateTime $date_time)
set last_update