|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilCalendarRecurrenceExclusion: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 | ) |
| ilCalendarRecurrenceExclusion::getDate | ( | ) |
Definition at line 57 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by save(), and toICal().
Here is the caller graph for this function:| ilCalendarRecurrenceExclusion::getEntryId | ( | ) |
Definition at line 47 of file class.ilCalendarRecurrenceExclusion.php.
References $cal_id.
Referenced by save(), and toICal().
Here is the caller graph for this function:| ilCalendarRecurrenceExclusion::getId | ( | ) |
Definition at line 42 of file class.ilCalendarRecurrenceExclusion.php.
References $exclusion_id.
Referenced by __construct(), read(), and save().
Here is the caller graph for this function:
|
protected |
Definition at line 102 of file class.ilCalendarRecurrenceExclusion.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATE, and setDate().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarRecurrenceExclusion::save | ( | ) |
Definition at line 84 of file class.ilCalendarRecurrenceExclusion.php.
References getDate(), getEntryId(), getId(), and IL_CAL_DATE.
Here is the call graph for this function:| ilCalendarRecurrenceExclusion::setDate | ( | ?ilDate | $dt = null | ) |
Set exclusion date.
Definition at line 65 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by read().
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getEntryId().
|
protected |
Definition at line 29 of file class.ilCalendarRecurrenceExclusion.php.
|
protected |
Definition at line 25 of file class.ilCalendarRecurrenceExclusion.php.
|
protected |
Definition at line 27 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getId().