|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Skill\Profile\SkillRoleProfile:
Collaboration diagram for ILIAS\Skill\Profile\SkillRoleProfile: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 () | |
Public Member Functions inherited from ILIAS\Skill\Profile\SkillProfile | |
| __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 |
Protected Attributes inherited from ILIAS\Skill\Profile\SkillProfile | |
| 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 ILIAS\Skill\Profile\SkillProfile\$description, $DIC, ILIAS\Skill\Profile\SkillProfile\$image_id, ILIAS\Skill\Profile\SkillProfile\$ref_id, ILIAS\Skill\Profile\SkillRoleProfile\$role_id, ILIAS\Skill\Profile\SkillProfile\$skill_tree_id, ILIAS\Skill\Profile\SkillProfile\$title, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| 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().