|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 29 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 33 of file class.SkillRoleProfile.php.
References $DIC, ILIAS\Skill\Profile\SkillRoleProfile\$role_id, and ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillRoleProfile::getRoleId | ( | ) |
Definition at line 48 of file class.SkillRoleProfile.php.
References ILIAS\Skill\Profile\SkillRoleProfile\$role_id.
|
protected |
Definition at line 31 of file class.SkillRoleProfile.php.
Referenced by ILIAS\Skill\Profile\SkillRoleProfile\__construct(), and ILIAS\Skill\Profile\SkillRoleProfile\getRoleId().