ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Consultation hour appointments. More...
Static Public Member Functions | |
static | getAppointmentIds (int $a_user_id, ?int $a_context_id=null, ?ilDateTime $a_start=null, ?int $a_type=null, bool $a_check_owner=true) |
static | getAppointmentIdsByGroup (int $a_user_id, int $a_ch_group_id, ?ilDateTime $start=null) |
Get appointment ids by consultation hour group. More... | |
static | getAppointments (int $a_user_id) |
Get all appointments. More... | |
static | getManager (bool $a_as_name=false, bool $a_full_name=false, ?int $a_user_id=null) |
Get consultation hour manager for current user or specific user. More... | |
static | setManager (string $a_user_name) |
Set consultation hour manager for current user. More... | |
static | getManagedUsers () |
Get all managed consultation hours users for current users. More... | |
Consultation hour appointments.
Definition at line 26 of file class.ilConsultationHourAppointments.php.
|
static |
Definition at line 31 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilCalendarCategory\TYPE_CH.
Referenced by ilConsultationHoursGUI\bookingList(), ilConsultationHourUtils\cancelBooking(), ilCalendarAppointmentGUI\cancelConfirmed(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), ilCalendarAppointmentPanelGUI\getHTML(), ilConsultationHoursGUI\initAppointmentIdsFromTableAction(), and ilCalendarEntry\parseDynamicTitle().
|
static |
Get appointment ids by consultation hour group.
Definition at line 78 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilCalendarCategory\TYPE_CH.
|
static |
Get all appointments.
Definition at line 112 of file class.ilConsultationHourAppointments.php.
Referenced by ilConsultationHourUtils\getConsultationHourLinksForRepositoryObject(), ilCalendarBlockGUI\getHTML(), ilConsultationHoursTableGUI\parse(), and ILIAS\Calendar\ConsultationHours\BookingDataProvider\read().
|
static |
Get all managed consultation hours users for current users.
Definition at line 187 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, ilObjUser\_lookupLogin(), and ILIAS\Repository\int().
Referenced by ilConsultationHoursGUI\__construct(), and ilConsultationHoursGUI\setTabs().
|
static |
Get consultation hour manager for current user or specific user.
Definition at line 125 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $user_id, ilObjUser\_lookupFullname(), and ilObjUser\_lookupLogin().
Referenced by ilConsultationHourUtils\bookAppointment(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), and ilConsultationHoursGUI\initSettingsForm().
|
static |
Set consultation hour manager for current user.
string | $a_user_name |
Definition at line 157 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $user_id, and ilObjUser\_loginExists().
Referenced by ilConsultationHoursGUI\updateSettings().