ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
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().
|
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().
ilContainerGlobalProfiles::getProfiles | ( | ) |
Definition at line 84 of file class.ilContainerGlobalProfiles.php.
References $profiles.
Referenced by ilPersonalSkillsGUI\setObjectSkillProfiles().
|
protected |
Definition at line 89 of file class.ilContainerGlobalProfiles.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by __construct().
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().
|
protected |
Definition at line 55 of file class.ilContainerGlobalProfiles.php.
References $ref_id, ilObject\_getAllReferences(), ilParticipants\getDefaultMemberRole(), and getObjId().
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilContainerGlobalProfiles.php.
Referenced by __construct().
|
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().