ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class. More...
Static Public Member Functions | |
static | getGroupsOfUser ($a_user_id) |
Get a all groups of an user. More... | |
static | getCountGroupsOfUser ($a_user_id) |
Get number of consultation hour groups type $ilDB. More... | |
static | lookupAssignedAppointments () |
Lookup number of assigned appointments. More... | |
static | lookupTitle ($a_group_id) |
Lookup group title. More... | |
static | lookupMaxBookings ($a_group_id) |
Lookup max number of bookings for group type $ilDB. More... | |
static | getGroupSelectOptions ($a_user_id) |
Get group selection options. More... | |
Description of class.
Definition at line 10 of file class.ilConsultationHourGroups.php.
|
static |
Get number of consultation hour groups type $ilDB.
type | $a_user_id |
Definition at line 39 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilConsultationHoursTableGUI\__construct(), and ilConsultationHoursGUI\createNewBookingEntry().
|
static |
Get group selection options.
type | $a_user_id |
Definition at line 102 of file class.ilConsultationHourGroups.php.
References $key, $lng, $options, array, and string.
Referenced by ilConsultationHoursGUI\initFormSequence().
|
static |
Get a all groups of an user.
int | $a_user_id |
Definition at line 18 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilConsultationHoursGUI\groupList(), ilPCConsultationHoursGUI\initForm(), and ilConsultationHoursGUI\saveSequence().
|
static |
Lookup number of assigned appointments.
Definition at line 55 of file class.ilConsultationHourGroups.php.
References $ilDB.
|
static |
Lookup max number of bookings for group type $ilDB.
type | $a_group_id |
Definition at line 84 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilBookingEntry\isAppointmentBookableForUser().
|
static |
Lookup group title.
Definition at line 65 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilConsultationHoursTableGUI\parse(), and ilPortfolioPageGUI\renderConsultationHoursTeaser().