|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Description of class. More...
Collaboration diagram for ilConsultationHourGroup:Public Member Functions | |
| __construct ($a_group_id=0) | |
| Constructor. More... | |
| getGroupId () | |
| setUserId ($a_id) | |
| getUserId () | |
| setMaxAssignments ($a_num) | |
| getMaxAssignments () | |
| setTitle ($a_title) | |
| getTitle () | |
| save () | |
| Save new group to db @global type $ilDB. More... | |
| update () | |
| Update group information @global type $ilDB. More... | |
| delete () | |
Protected Member Functions | |
| read () | |
| @global type $ilDB More... | |
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().
Here is the call graph for this function:| ilConsultationHourGroup::delete | ( | ) |
Definition at line 103 of file class.ilConsultationHourGroup.php.
References $ilDB, $query, getGroupId(), and ilBookingEntry\resetGroup().
Here is the call graph for this function:| ilConsultationHourGroup::getGroupId | ( | ) |
| ilConsultationHourGroup::getMaxAssignments | ( | ) |
Definition at line 48 of file class.ilConsultationHourGroup.php.
References $num_assignments.
Referenced by save(), and update().
Here is the caller graph for this function:| ilConsultationHourGroup::getTitle | ( | ) |
Definition at line 59 of file class.ilConsultationHourGroup.php.
References $title.
Referenced by save(), and update().
Here is the caller graph for this function:| ilConsultationHourGroup::getUserId | ( | ) |
Definition at line 38 of file class.ilConsultationHourGroup.php.
References $usr_id.
Referenced by save(), and update().
Here is the caller graph for this function:
|
protected |
@global type $ilDB
Definition at line 121 of file class.ilConsultationHourGroup.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getGroupId(), setMaxAssignments(), setTitle(), and setUserId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilConsultationHourGroup::save | ( | ) |
Save new group to db @global type $ilDB.
Definition at line 69 of file class.ilConsultationHourGroup.php.
References $ilDB, $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
Here is the call graph for this function:| ilConsultationHourGroup::setMaxAssignments | ( | $a_num | ) |
Definition at line 43 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::setTitle | ( | $a_title | ) |
Definition at line 54 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::setUserId | ( | $a_id | ) |
Definition at line 33 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::update | ( | ) |
Update group information @global type $ilDB.
Definition at line 90 of file class.ilConsultationHourGroup.php.
References $ilDB, $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
Here is the call graph for this function:
|
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().