ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_exclusion_id=0) | |
getId () | |
getEntryId () | |
setEntryId (int $a_id) | |
getDate () | |
setDate (?ilDate $dt=null) | |
Set exclusion date. More... | |
toICal () | |
save () | |
Protected Member Functions | |
read () | |
Protected Attributes | |
ilDate | $exclusion = null |
int | $cal_id = 0 |
int | $exclusion_id = 0 |
ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Stores exclusion dates for calendar recurrences
Definition at line 23 of file class.ilCalendarRecurrenceExclusion.php.
ilCalendarRecurrenceExclusion::__construct | ( | int | $a_exclusion_id = 0 | ) |
Definition at line 31 of file class.ilCalendarRecurrenceExclusion.php.
References $DIC, getId(), and read().
ilCalendarRecurrenceExclusion::getDate | ( | ) |
Definition at line 57 of file class.ilCalendarRecurrenceExclusion.php.
References null.
Referenced by save(), and toICal().
ilCalendarRecurrenceExclusion::getEntryId | ( | ) |
Definition at line 47 of file class.ilCalendarRecurrenceExclusion.php.
References $cal_id.
Referenced by toICal().
ilCalendarRecurrenceExclusion::getId | ( | ) |
Definition at line 42 of file class.ilCalendarRecurrenceExclusion.php.
References $exclusion_id.
Referenced by __construct(), read(), and save().
|
protected |
Definition at line 102 of file class.ilCalendarRecurrenceExclusion.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATE, and setDate().
Referenced by __construct().
ilCalendarRecurrenceExclusion::save | ( | ) |
Definition at line 84 of file class.ilCalendarRecurrenceExclusion.php.
References getDate(), getId(), and IL_CAL_DATE.
Set exclusion date.
Definition at line 65 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by read().
ilCalendarRecurrenceExclusion::setEntryId | ( | int | $a_id | ) |
Definition at line 52 of file class.ilCalendarRecurrenceExclusion.php.
ilCalendarRecurrenceExclusion::toICal | ( | ) |
Definition at line 70 of file class.ilCalendarRecurrenceExclusion.php.
References getDate(), getEntryId(), IL_CAL_FKT_DATE, and ilTimeZone\UTC.
|
protected |
Definition at line 26 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getEntryId().
|
protected |
Definition at line 29 of file class.ilCalendarRecurrenceExclusion.php.
Definition at line 25 of file class.ilCalendarRecurrenceExclusion.php.
|
protected |
Definition at line 27 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getId().