|
ILIAS
release_8 Revision v8.24
|
Skill profile. More...
Inheritance diagram for ILIAS\Skill\Profile\SkillProfile:
Collaboration diagram for ILIAS\Skill\Profile\SkillProfile:Public Member Functions | |
| __construct (int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0) | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getRefId () | |
| getImageId () | |
| getSkillTreeId () | |
| addSkillLevel (int $base_skill_id, int $tref_id, int $level_id, int $order_nr) | |
| removeSkillLevel (int $base_skill_id, int $tref_id, int $level_id, int $order_nr) | |
| getSkillLevels () | |
Static Public Member Functions | |
| static | getUsageInfo (array $a_cskill_ids) |
| static | getUsageInfo (array $a_cskill_ids) |
| Get title of an assigned item. More... | |
Protected Attributes | |
| int | $id = 0 |
| string | $title = "" |
| string | $description = "" |
| int | $skill_tree_id = 0 |
| string | $image_id = "" |
| int | $ref_id = 0 |
| array | $skill_level = [] |
| SkillProfileLevelsDBRepository | $profile_levels_repo |
Skill profile.
Definition at line 27 of file class.SkillProfile.php.
| ILIAS\Skill\Profile\SkillProfile::__construct | ( | int | $id, |
| string | $title, | ||
| string | $description, | ||
| int | $skill_tree_id, | ||
| string | $image_id = "", |
||
| int | $ref_id = 0 |
||
| ) |
Definition at line 42 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$description, $DIC, ILIAS\Skill\Profile\SkillProfile\$id, ILIAS\Skill\Profile\SkillProfile\$image_id, ILIAS\Skill\Profile\SkillProfile\$ref_id, ILIAS\Skill\Profile\SkillProfile\$skill_tree_id, ILIAS\Skill\Profile\SkillProfile\$title, ILIAS\Skill\Profile\SkillProfile\addSkillLevel(), and ILIAS\Skill\Profile\SkillProfile\getId().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfile::addSkillLevel | ( | int | $base_skill_id, |
| int | $tref_id, | ||
| int | $level_id, | ||
| int | $order_nr | ||
| ) |
Definition at line 104 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct().
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfile::getDescription | ( | ) |
Definition at line 84 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$description.
| ILIAS\Skill\Profile\SkillProfile::getId | ( | ) |
Definition at line 74 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$id.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfileManager\updateProfile().
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfile::getImageId | ( | ) |
Definition at line 94 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$image_id.
| ILIAS\Skill\Profile\SkillProfile::getRefId | ( | ) |
Definition at line 89 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$ref_id.
Referenced by ilSkillProfileLevelsTableGUI\__construct().
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfile::getSkillLevels | ( | ) |
Definition at line 129 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$skill_level.
Referenced by ILIAS\Skill\Profile\SkillProfileManager\updateProfile().
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfile::getSkillTreeId | ( | ) |
Definition at line 99 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$skill_tree_id.
| ILIAS\Skill\Profile\SkillProfile::getTitle | ( | ) |
Definition at line 79 of file class.SkillProfile.php.
References ILIAS\Skill\Profile\SkillProfile\$title.
|
static |
| array{skill_id | int, tref_id: int}[] $a_cskill_ids |
Implements ilSkillUsageInfo.
Definition at line 143 of file class.SkillProfile.php.
References ilSkillUsage\PROFILE.
| ILIAS\Skill\Profile\SkillProfile::removeSkillLevel | ( | int | $base_skill_id, |
| int | $tref_id, | ||
| int | $level_id, | ||
| int | $order_nr | ||
| ) |
Definition at line 114 of file class.SkillProfile.php.
|
protected |
Definition at line 31 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getDescription().
|
protected |
Definition at line 29 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getId().
|
protected |
Definition at line 33 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getImageId().
|
protected |
Definition at line 40 of file class.SkillProfile.php.
|
protected |
Definition at line 34 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getRefId().
|
protected |
Definition at line 38 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\getSkillLevels().
|
protected |
Definition at line 32 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getSkillTreeId().
|
protected |
Definition at line 30 of file class.SkillProfile.php.
Referenced by ILIAS\Skill\Profile\SkillProfile\__construct(), and ILIAS\Skill\Profile\SkillProfile\getTitle().