ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Consultation hour appointments. More...
Static Public Member Functions | |
static | getAppointmentIds ($a_user_id, $a_context_id=null, $a_start=null, $a_type=null, $a_check_owner=true) |
Get all appointment ids. More... | |
static | getAppointmentIdsByGroup ($a_user_id, $a_ch_group_id, ilDateTime $start=null) |
Get appointment ids by consultation hour group. More... | |
static | getAppointments ($a_user_id) |
Get all appointments. More... | |
static | getManager ($a_as_name=false, $a_full_name=false, $a_user_id=null) |
Get consultation hour manager for current user or specific user. More... | |
static | setManager ($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 15 of file class.ilConsultationHourAppointments.php.
|
static |
Get all appointment ids.
object | $a_user_id | |
int | $a_context_id | |
string | $a_start | |
int | $a_type |
Definition at line 26 of file class.ilConsultationHourAppointments.php.
References $a_context_id, $a_type, $ilDB, $query, $res, $row, array, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, 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.
type | $a_user_id | |
type | $a_ch_group_id | |
ilDateTime | $start |
Definition at line 72 of file class.ilConsultationHourAppointments.php.
References $ilDB, $query, $res, $row, $type, array, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, and ilCalendarCategory\TYPE_CH.
Referenced by ilConsultationHoursGUI\assignUsersToGroup(), ilBookingEntry\isAppointmentBookableForUser(), and ilConsultationHourGroupTableGUI\parse().
|
static |
Get all appointments.
Definition at line 107 of file class.ilConsultationHourAppointments.php.
References array.
Referenced by ilCalendarBlockGUI\getHTML(), and ilConsultationHoursTableGUI\parse().
|
static |
Get all managed consultation hours users for current users.
Definition at line 179 of file class.ilConsultationHourAppointments.php.
References $ilDB, $ilUser, $row, ilObjUser\_lookupLogin(), and array.
Referenced by ilConsultationHoursGUI\__construct(), and ilConsultationHoursGUI\setTabs().
|
static |
Get consultation hour manager for current user or specific user.
bool | $a_as_name | |
bool | $a_full_name | |
int | $a_user_id |
Definition at line 123 of file class.ilConsultationHourAppointments.php.
References $ilDB, $ilUser, $row, 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 151 of file class.ilConsultationHourAppointments.php.
References $ilDB, $ilUser, and ilObjUser\_loginExists().
Referenced by ilConsultationHoursGUI\updateSettings().