ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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... | |
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 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, $query, $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(), and ilCalendarEntry\parseDynamicTitle().
|
static |
Get appointment ids by consultation hour group.
Definition at line 78 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $query, $res, $type, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilCalendarCategory\TYPE_CH.
Referenced by ilConsultationHoursGUI\assignUsersToGroup(), ilBookingEntry\isAppointmentBookableForUser(), and ilConsultationHourGroupTableGUI\parse().
|
static |
Get all appointments.
Definition at line 112 of file class.ilConsultationHourAppointments.php.
Referenced by ilConsultationHourUtils\getConsultationHourLinksForRepositoryObject(), ilCalendarBlockGUI\getHTML(), and ilConsultationHoursTableGUI\parse().
|
static |
Get all managed consultation hours users for current users.
Definition at line 187 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $ilUser, 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, $ilUser, ilObjUser\_lookupFullname(), and ilObjUser\_lookupLogin().
Referenced by 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, $ilUser, and ilObjUser\_loginExists().
Referenced by ilConsultationHoursGUI\updateSettings().