| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Stores exclusion dates for calendar recurrences. 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 | 
Stores exclusion dates for calendar recurrences.
Definition at line 29 of file class.ilCalendarRecurrenceExclusion.php.
| ilCalendarRecurrenceExclusion::__construct | ( | int | $a_exclusion_id = 0 | ) | 
Definition at line 37 of file class.ilCalendarRecurrenceExclusion.php.
References $DIC, getId(), and read().
 Here is the call graph for this function:| ilCalendarRecurrenceExclusion::getDate | ( | ) | 
| ilCalendarRecurrenceExclusion::getEntryId | ( | ) | 
Definition at line 53 of file class.ilCalendarRecurrenceExclusion.php.
References $cal_id.
Referenced by toICal().
 Here is the caller graph for this function:| ilCalendarRecurrenceExclusion::getId | ( | ) | 
Definition at line 48 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 108 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 90 of file class.ilCalendarRecurrenceExclusion.php.
References getDate(), getId(), and IL_CAL_DATE.
 Here is the call graph for this function:| ilCalendarRecurrenceExclusion::setDate | ( | ?ilDate | $dt = null | ) | 
Set exclusion date.
Definition at line 71 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by read().
 Here is the caller graph for this function:| ilCalendarRecurrenceExclusion::setEntryId | ( | int | $a_id | ) | 
Definition at line 58 of file class.ilCalendarRecurrenceExclusion.php.
| ilCalendarRecurrenceExclusion::toICal | ( | ) | 
Definition at line 76 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 32 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getEntryId().
      
  | 
  protected | 
Definition at line 35 of file class.ilCalendarRecurrenceExclusion.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilCalendarRecurrenceExclusion.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilCalendarRecurrenceExclusion.php.
Referenced by getId().