ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (int $role_id, int $profile_id, string $title, string $description, int $skill_tree_id, string $image_id, int $ref_id) | |
getRoleId () | |
![]() | |
__construct (int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0) | |
getId () | |
getTitle () | |
getDescription () | |
getSkillTreeId () | |
getImageId () | |
getRefId () | |
Protected Attributes | |
int | $role_id = 0 |
![]() | |
int | $id = 0 |
string | $title = "" |
string | $description = "" |
int | $skill_tree_id = 0 |
string | $image_id = "" |
int | $ref_id = 0 |
Skill profile.
Definition at line 28 of file class.SkillRoleProfile.php.
ILIAS\Skill\Profile\SkillRoleProfile::__construct | ( | int | $role_id, |
int | $profile_id, | ||
string | $title, | ||
string | $description, | ||
int | $skill_tree_id, | ||
string | $image_id, | ||
int | $ref_id | ||
) |
Definition at line 32 of file class.SkillRoleProfile.php.
References $DIC, ILIAS\Skill\Profile\SkillRoleProfile\$role_id, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\Skill\Profile\SkillRoleProfile::getRoleId | ( | ) |
Definition at line 47 of file class.SkillRoleProfile.php.
References ILIAS\Skill\Profile\SkillRoleProfile\$role_id.
|
protected |
Definition at line 30 of file class.SkillRoleProfile.php.
Referenced by ILIAS\Skill\Profile\SkillRoleProfile\__construct(), and ILIAS\Skill\Profile\SkillRoleProfile\getRoleId().