ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Local competence profiles of a container. More...
Public Member Functions | |
__construct (int $a_obj_id) | |
Constructor. More... | |
getProfiles () | |
Get profiles. 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... | |
Protected Attributes | |
$db | |
$profiles = array() | |
$obj_id | |
$mem_rol_id | |
Local competence profiles of a container.
Definition at line 10 of file class.ilContainerLocalProfiles.php.
ilContainerLocalProfiles::__construct | ( | int | $a_obj_id | ) |
Constructor.
int | $a_obj_id |
Definition at line 37 of file class.ilContainerLocalProfiles.php.
References $DIC, getObjId(), read(), setMemberRoleId(), and setObjId().
|
protected |
Get member role id of object.
Definition at line 87 of file class.ilContainerLocalProfiles.php.
References $mem_rol_id.
|
protected |
Get object id.
Definition at line 65 of file class.ilContainerLocalProfiles.php.
References $obj_id.
Referenced by __construct(), and setMemberRoleId().
ilContainerLocalProfiles::getProfiles | ( | ) |
Get profiles.
Definition at line 97 of file class.ilContainerLocalProfiles.php.
References $profiles.
Referenced by ilPersonalSkillsGUI\setObjectSkillProfiles().
|
protected |
Read.
Definition at line 105 of file class.ilContainerLocalProfiles.php.
References $db.
Referenced by __construct().
|
protected |
Set member role id of object.
int | $a_obj_id | object id |
Definition at line 75 of file class.ilContainerLocalProfiles.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.ilContainerLocalProfiles.php.
Referenced by __construct().
|
protected |
Definition at line 15 of file class.ilContainerLocalProfiles.php.
Referenced by read().
|
protected |
Definition at line 30 of file class.ilContainerLocalProfiles.php.
Referenced by getMemberRoleId().
|
protected |
Definition at line 25 of file class.ilContainerLocalProfiles.php.
Referenced by getObjId().
|
protected |
Definition at line 20 of file class.ilContainerLocalProfiles.php.
Referenced by getProfiles().