19 declare(strict_types=1);
39 $this->
setFields(array(
'title',
'description'));
48 'components/ILIAS/Search',
59 $where = $this->__createWhereCondition();
75 $query =
"SELECT obj_id,type " .
78 $where .
" " . $cdate .
' ' . $in .
' ' .
79 "ORDER BY obj_id DESC";
83 $res = $this->db->query($query);
85 $this->search_result->addEntry((
int) $row->obj_id, (
string) $row->type, $this->__prepareFound($row));
94 $in =
' AND ' . $this->db->in(
'type', (array) $this->object_types,
false,
'text');
97 $in .= $this->db->in(
'obj_id', $this->
getIdFilter(),
false,
'integer');
105 $this->cdate_start_date = $day;
115 $this->cdate_end_date = $day;
setCreationDateFilterStartDate(?ilDate $day)
getCreationDateFilterEndDate()
static getLogger(string $a_component_id)
Get component logger.
__construct(ilQueryParser $qp_obj)
setFields(array $a_fields)
getCreationDateFilterStartDate()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setCreationDateFilterEndDate(?ilDate $day)
static raiseContentChanged(int $obj_id)
__construct(Container $dic, ilPlugin $plugin)
ilSearchResult $search_result