|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilConsultationHourGroup: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.
Here is the call graph for this function:| ilConsultationHourGroup::delete | ( | ) |
Definition at line 87 of file class.ilConsultationHourGroup.php.
References $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 58 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 |
Definition at line 95 of file class.ilConsultationHourGroup.php.
References $query, $res, ilDBConstants\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 | ( | ) |
Definition at line 63 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
Here is the call graph for this function:| ilConsultationHourGroup::setMaxAssignments | ( | int | $a_num | ) |
Definition at line 43 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::setTitle | ( | string | $a_title | ) |
Definition at line 53 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::setUserId | ( | int | $a_id | ) |
Definition at line 33 of file class.ilConsultationHourGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilConsultationHourGroup::update | ( | ) |
Definition at line 77 of file class.ilConsultationHourGroup.php.
References $query, getGroupId(), getMaxAssignments(), getTitle(), and getUserId().
Here is the call graph for this function:
|
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().