35 $this->db = $DIC->database();
36 $this->exclusion_id = $a_exclusion_id;
54 $this->cal_id = $a_id;
59 return $this->exclusion instanceof
ilDate ? $this->exclusion :
null;
67 $this->exclusion = $dt;
73 $start = $entry->getStart();
75 if ($entry->isFullday()) {
90 $query =
"INSERT INTO cal_rec_exclusion (excl_id,cal_id,excl_date) " .
92 $this->db->quote($next_id = $this->db->nextId(
'cal_rec_exclusion'),
'integer') .
', ' .
93 $this->db->quote($this->getEntryId(),
'integer') .
', ' .
94 $this->db->quote($this->getDate()->get(
IL_CAL_DATE,
'',
'UTC'),
'timestamp') .
96 $this->db->manipulate($query);
98 $this->exclusion_id = $next_id;
99 return $this->
getId();
104 $query =
"SELECT * FROM cal_rec_exclusion WHERE excl_id = " . $this->db->quote($this->
getId(),
'integer');
105 $res = $this->db->query($query);
107 $this->cal_id = $row->cal_id;
__construct(int $a_exclusion_id=0)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setDate(?ilDate $dt=null)
Set exclusion date.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...