ILIAS
Release_4_4_x_branch Revision 61816
|
Description of class. More...
Public Member Functions | |
__construct ($a_group_id=0) | |
Constructor. | |
getGroupId () | |
setUserId ($a_id) | |
getUserId () | |
setMaxAssignments ($a_num) | |
getMaxAssignments () | |
setTitle ($a_title) | |
getTitle () | |
save () | |
Save new group to db type $ilDB. | |
update () | |
Update group information type $ilDB. | |
delete () |
Protected Member Functions | |
read () | |
type $ilDB |
Private Attributes | |
$group_id = 0 | |
$usr_id = 0 | |
$num_assignments = 1 | |
$title = '' |
Description of class.
Definition at line 10 of file class.ilConsultationHourGroup.php.
ilConsultationHourGroup::__construct | ( | $a_group_id = 0 | ) |
Constructor.
int | $a_group_id |
Definition at line 22 of file class.ilConsultationHourGroup.php.
References read().
ilConsultationHourGroup::delete | ( | ) |
Definition at line 103 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 59 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 |
type $ilDB
Definition at line 121 of file class.ilConsultationHourGroup.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, getGroupId(), setMaxAssignments(), setTitle(), and setUserId().
Referenced by __construct().
ilConsultationHourGroup::save | ( | ) |
Save new group to db type $ilDB.
Definition at line 69 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
ilConsultationHourGroup::setMaxAssignments | ( | $a_num | ) |
Definition at line 43 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::setTitle | ( | $a_title | ) |
Definition at line 54 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::setUserId | ( | $a_id | ) |
Definition at line 33 of file class.ilConsultationHourGroup.php.
Referenced by read().
ilConsultationHourGroup::update | ( | ) |
Update group information type $ilDB.
Definition at line 90 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
|
private |
Definition at line 13 of file class.ilConsultationHourGroup.php.
Referenced by getGroupId().
|
private |
Definition at line 15 of file class.ilConsultationHourGroup.php.
Referenced by getMaxAssignments().
|
private |
Definition at line 16 of file class.ilConsultationHourGroup.php.
Referenced by getTitle().
|
private |
Definition at line 14 of file class.ilConsultationHourGroup.php.
Referenced by getUserId().