ILIAS
Release_4_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | _getRecurrences ($a_cal_id) |
get all recurrences of an appointment | |
static | _getFirstRecurrence ($a_cal_id) |
get first recurrence |
Definition at line 34 of file class.ilCalendarRecurrences.php.
|
static |
get first recurrence
public
int | cal id |
Definition at line 66 of file class.ilCalendarRecurrences.php.
Referenced by ilCalendarAppointmentGUI\initAppointment(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and ilCalendarAppointmentsTableGUI\setAppointments().
|
static |
get all recurrences of an appointment
public
int | cal_id |
Definition at line 44 of file class.ilCalendarRecurrences.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCalendarSchedule\calculate(), and ilCalendarExport\createRecurrences().