◆ __construct()
ilSearchCommandQueue::__construct |
( |
| ) |
|
|
protected |
◆ factory()
static ilSearchCommandQueue::factory |
( |
| ) |
|
|
static |
◆ insert()
Insert new entry.
Definition at line 74 of file class.ilSearchCommandQueue.php.
References $res, ilSearchCommandQueueElement\getCommand(), ilSearchCommandQueueElement\getObjId(), and ilSearchCommandQueueElement\getObjType().
Referenced by store().
76 $query =
"INSERT INTO search_command_queue (obj_id,obj_type,sub_id,sub_type,command,last_update,finished) " .
78 $this->db->quote($element->
getObjId(),
'integer') .
", " .
79 $this->db->quote($element->
getObjType(),
'text') .
", " .
82 $this->db->quote($element->
getCommand(),
'text') .
", " .
83 $this->db->now() .
", " .
86 $res = $this->db->manipulate($query);
◆ store()
◆ update()
◆ $db
◆ $instance
self ilSearchCommandQueue::$instance = null |
|
staticprivate |
The documentation for this class was generated from the following file: