ILIAS
Release_4_1_x_branch Revision 61804
|
Consultation hour appointments. More...
Static Public Member Functions | |
static | getAppointmentIds ($a_user_id, $a_context_id=NULL, $a_start=NULL, $a_type=NULL) |
Get all appointment ids. | |
static | getAppointments ($a_user_id) |
Get all appointments. | |
static | getManager ($a_as_name=false) |
Get consultation hour manager for current user. | |
static | setManager ($a_user_name) |
Set consultation hour manager for current user. | |
static | getManagedUsers () |
Get all managed consultation hours users for current users. |
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 $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, IL_CAL_DATETIME, and ilCalendarCategory\TYPE_CH.
Referenced by ilCalendarAppointmentGUI\cancelConfirmed(), ilCalendarAppointmentPanelGUI\getHTML(), and ilObjBookingPoolGUI\rsvCancelObject().
|
static |
Get all appointments.
Definition at line 66 of file class.ilConsultationHourAppointments.php.
Referenced by ilConsultationHoursTableGUI\parse().
|
static |
Get all managed consultation hours users for current users.
Definition at line 134 of file class.ilConsultationHourAppointments.php.
References $ilDB, $row, and ilObjUser\_lookupLogin().
Referenced by ilConsultationHoursGUI\__construct(), and ilConsultationHoursGUI\setTabs().
|
static |
Get consultation hour manager for current user.
string | $a_as_name |
Definition at line 81 of file class.ilConsultationHourAppointments.php.
References $ilDB, $row, and ilObjUser\_lookupLogin().
Referenced by ilConsultationHoursGUI\initSettingsForm().
|
static |
Set consultation hour manager for current user.
string | $a_user_name |
Definition at line 103 of file class.ilConsultationHourAppointments.php.
References $ilDB, and ilObjUser\_loginExists().
Referenced by ilConsultationHoursGUI\updateSettings().