ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (int $a_group_id=0) | |
getGroupId () | |
setUserId (int $a_id) | |
getUserId () | |
setMaxAssignments (int $a_num) | |
getMaxAssignments () | |
setTitle (string $a_title) | |
getTitle () | |
save () | |
update () | |
delete () | |
Protected Member Functions | |
read () | |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
int | $group_id = 0 |
int | $usr_id = 0 |
int | $num_assignments = 1 |
string | $title = '' |
Definition at line 10 of file class.ilConsultationHourGroup.php.
ilConsultationHourGroup::__construct | ( | int | $a_group_id = 0 | ) |
Definition at line 19 of file class.ilConsultationHourGroup.php.
ilConsultationHourGroup::delete | ( | ) |
Definition at line 87 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), and ilBookingEntry\resetGroup().
ilConsultationHourGroup::getGroupId | ( | ) |
ilConsultationHourGroup::getMaxAssignments | ( | ) |
Definition at line 48 of file class.ilConsultationHourGroup.php.
References $num_assignments.
Referenced by save(), and update().
ilConsultationHourGroup::getTitle | ( | ) |
Definition at line 58 of file class.ilConsultationHourGroup.php.
References $title.
Referenced by save(), and update().
ilConsultationHourGroup::getUserId | ( | ) |
Definition at line 38 of file class.ilConsultationHourGroup.php.
References $usr_id.
Referenced by save(), and update().
|
protected |
Definition at line 95 of file class.ilConsultationHourGroup.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getGroupId(), setMaxAssignments(), setTitle(), and setUserId().
Referenced by __construct().
ilConsultationHourGroup::save | ( | ) |
Definition at line 63 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
ilConsultationHourGroup::setMaxAssignments | ( | int | $a_num | ) |
Definition at line 43 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::setTitle | ( | string | $a_title | ) |
Definition at line 53 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::setUserId | ( | int | $a_id | ) |
Definition at line 33 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::update | ( | ) |
Definition at line 77 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
|
protected |
Definition at line 17 of file class.ilConsultationHourGroup.php.
|
private |
Definition at line 12 of file class.ilConsultationHourGroup.php.
Referenced by getGroupId().
|
private |
Definition at line 14 of file class.ilConsultationHourGroup.php.
Referenced by getMaxAssignments().
|
private |
Definition at line 15 of file class.ilConsultationHourGroup.php.
Referenced by getTitle().
|
private |
Definition at line 13 of file class.ilConsultationHourGroup.php.
Referenced by getUserId().