ILIAS
Release_5_0_x_branch Revision 61816
|
Description of class. More...
Static Public Member Functions | |
static | getGroupsOfUser ($a_user_id) |
Get a all groups of an user. | |
static | getCountGroupsOfUser ($a_user_id) |
Get number of consultation hour groups type $ilDB. | |
static | lookupAssignedAppointments () |
Lookup number of assigned appointments. | |
static | lookupTitle ($a_group_id) |
Lookup group title. | |
static | lookupMaxBookings ($a_group_id) |
Lookup max number of bookings for group type $ilDB. | |
static | getGroupSelectOptions ($a_user_id) |
Get group selection options. |
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 40 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilConsultationHoursTableGUI\__construct(), and ilConsultationHoursGUI\updateMulti().
|
static |
Get group selection options.
type | $a_user_id |
Definition at line 105 of file class.ilConsultationHourGroups.php.
References $lng, $options, and getGroupsOfUser().
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, and DB_FETCHMODE_OBJECT.
Referenced by getGroupSelectOptions(), ilConsultationHoursGUI\groupList(), ilPCConsultationHoursGUI\initForm(), and ilConsultationHoursGUI\saveSequence().
|
static |
Lookup number of assigned appointments.
Definition at line 56 of file class.ilConsultationHourGroups.php.
References $ilDB.
|
static |
Lookup max number of bookings for group type $ilDB.
type | $a_group_id |
Definition at line 86 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilBookingEntry\isAppointmentBookableForUser().
|
static |
Lookup group title.
Definition at line 66 of file class.ilConsultationHourGroups.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilConsultationHoursTableGUI\parse(), and ilPortfolioPageGUI\renderConsultationHoursTeaser().