ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Global competence profiles of a container. More...
Public Member Functions | |
__construct (int $a_obj_id) | |
Constructor. More... | |
resetProfiles () | |
Reset profiles. More... | |
addProfile (int $a_profile_id) | |
Add profile. More... | |
removeProfile (int $a_profile_id) | |
Remove profile. More... | |
getProfiles () | |
Get profiles. More... | |
save () | |
Save. More... | |
Protected Member Functions | |
setObjId (int $a_obj_id) | |
Set object id. More... | |
getObjId () | |
Get object id. More... | |
setMemberRoleId () | |
Set member role id of object. More... | |
getMemberRoleId () | |
Get member role id of object. More... | |
read () | |
Read. More... | |
delete () | |
Delete. More... | |
Protected Attributes | |
$db | |
$profiles = array() | |
$obj_id | |
$mem_rol_id | |
Global competence profiles of a container.
Definition at line 10 of file class.ilContainerGlobalProfiles.php.
ilContainerGlobalProfiles::__construct | ( | int | $a_obj_id | ) |
Constructor.
int | $a_obj_id |
Definition at line 37 of file class.ilContainerGlobalProfiles.php.
References $DIC, getObjId(), read(), setMemberRoleId(), and setObjId().
ilContainerGlobalProfiles::addProfile | ( | int | $a_profile_id | ) |
Add profile.
int | $a_profile_id |
Definition at line 105 of file class.ilContainerGlobalProfiles.php.
|
protected |
|
protected |
Get member role id of object.
Definition at line 87 of file class.ilContainerGlobalProfiles.php.
References $mem_rol_id.
|
protected |
Get object id.
Definition at line 65 of file class.ilContainerGlobalProfiles.php.
References $obj_id.
Referenced by __construct(), and setMemberRoleId().
ilContainerGlobalProfiles::getProfiles | ( | ) |
Get profiles.
Definition at line 127 of file class.ilContainerGlobalProfiles.php.
References $profiles.
Referenced by ilPersonalSkillsGUI\setObjectSkillProfiles().
|
protected |
Read.
Definition at line 135 of file class.ilContainerGlobalProfiles.php.
References $db.
Referenced by __construct().
ilContainerGlobalProfiles::removeProfile | ( | int | $a_profile_id | ) |
Remove profile.
int | $a_profile_id |
Definition at line 117 of file class.ilContainerGlobalProfiles.php.
ilContainerGlobalProfiles::resetProfiles | ( | ) |
Reset profiles.
Definition at line 95 of file class.ilContainerGlobalProfiles.php.
ilContainerGlobalProfiles::save | ( | ) |
|
protected |
Set member role id of object.
int | $a_obj_id | object id |
Definition at line 75 of file class.ilContainerGlobalProfiles.php.
References ilObject\_getAllReferences(), ilParticipants\getDefaultMemberRole(), and getObjId().
Referenced by __construct().
|
protected |
Set object id.
int | $a_obj_id | object id |
Definition at line 55 of file class.ilContainerGlobalProfiles.php.
Referenced by __construct().
|
protected |
Definition at line 15 of file class.ilContainerGlobalProfiles.php.
|
protected |
Definition at line 30 of file class.ilContainerGlobalProfiles.php.
Referenced by getMemberRoleId().
|
protected |
Definition at line 25 of file class.ilContainerGlobalProfiles.php.
Referenced by getObjId().
|
protected |
Definition at line 20 of file class.ilContainerGlobalProfiles.php.
Referenced by getProfiles().