|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilContainerGlobalProfiles:Public Member Functions | |
| __construct (int $a_obj_id) | |
| resetProfiles () | |
| addProfile (int $a_profile_id) | |
| removeProfile (int $a_profile_id) | |
| getProfiles () | |
| save () | |
Protected Member Functions | |
| setObjId (int $a_obj_id) | |
| getObjId () | |
| setMemberRoleId () | |
| getMemberRoleId () | |
| read () | |
| delete () | |
Protected Attributes | |
| ilDBInterface | $db |
| array | $profiles = [] |
| int | $obj_id = 0 |
| int | $mem_rol_id = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Global competence profiles of a container
Definition at line 25 of file class.ilContainerGlobalProfiles.php.
| ilContainerGlobalProfiles::__construct | ( | int | $a_obj_id | ) |
Definition at line 32 of file class.ilContainerGlobalProfiles.php.
References $DIC, getObjId(), read(), setMemberRoleId(), and setObjId().
Here is the call graph for this function:| ilContainerGlobalProfiles::addProfile | ( | int | $a_profile_id | ) |
Definition at line 72 of file class.ilContainerGlobalProfiles.php.
|
protected |
Definition at line 105 of file class.ilContainerGlobalProfiles.php.
References $db, ilDBInterface\manipulate(), and ilDBInterface\quote().
Here is the call graph for this function:
|
protected |
Definition at line 62 of file class.ilContainerGlobalProfiles.php.
References $mem_rol_id.
|
protected |
Definition at line 50 of file class.ilContainerGlobalProfiles.php.
References $obj_id.
Referenced by __construct(), and setMemberRoleId().
Here is the caller graph for this function:| ilContainerGlobalProfiles::getProfiles | ( | ) |
Definition at line 84 of file class.ilContainerGlobalProfiles.php.
References $profiles.
|
protected |
Definition at line 89 of file class.ilContainerGlobalProfiles.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerGlobalProfiles::removeProfile | ( | int | $a_profile_id | ) |
Definition at line 79 of file class.ilContainerGlobalProfiles.php.
| ilContainerGlobalProfiles::resetProfiles | ( | ) |
Definition at line 67 of file class.ilContainerGlobalProfiles.php.
| ilContainerGlobalProfiles::save | ( | ) |
Definition at line 117 of file class.ilContainerGlobalProfiles.php.
References $db, ilDBInterface\manipulate(), and ilDBInterface\quote().
Here is the call graph for this function:
|
protected |
Definition at line 55 of file class.ilContainerGlobalProfiles.php.
References $ref_id, ilObject\_getAllReferences(), ilParticipants\getDefaultMemberRole(), and getObjId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 45 of file class.ilContainerGlobalProfiles.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilContainerGlobalProfiles.php.
|
protected |
Definition at line 30 of file class.ilContainerGlobalProfiles.php.
Referenced by getMemberRoleId().
|
protected |
Definition at line 29 of file class.ilContainerGlobalProfiles.php.
Referenced by getObjId().
|
protected |
Definition at line 28 of file class.ilContainerGlobalProfiles.php.
Referenced by getProfiles().