ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (int $profile_id, int $base_skill_id, int $tref_id, int $level_id, int $order_nr) | |
getProfileId () | |
getBaseSkillId () | |
getTrefId () | |
getLevelId () | |
getOrderNr () | |
Protected Attributes | |
int | $profile_id = 0 |
int | $base_skill_id = 0 |
int | $tref_id = 0 |
int | $level_id = 0 |
int | $order_nr = 0 |
Definition at line 28 of file class.SkillProfileLevel.php.
ILIAS\Skill\Profile\SkillProfileLevel::__construct | ( | int | $profile_id, |
int | $base_skill_id, | ||
int | $tref_id, | ||
int | $level_id, | ||
int | $order_nr | ||
) |
Definition at line 36 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id, ILIAS\Skill\Profile\SkillProfileLevel\$level_id, ILIAS\Skill\Profile\SkillProfileLevel\$order_nr, ILIAS\Skill\Profile\SkillProfileLevel\$profile_id, and ILIAS\Skill\Profile\SkillProfileLevel\$tref_id.
ILIAS\Skill\Profile\SkillProfileLevel::getBaseSkillId | ( | ) |
Implements ILIAS\Skill\GapAnalysisSkill.
Definition at line 55 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().
ILIAS\Skill\Profile\SkillProfileLevel::getLevelId | ( | ) |
Definition at line 65 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$level_id.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().
ILIAS\Skill\Profile\SkillProfileLevel::getOrderNr | ( | ) |
Definition at line 70 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$order_nr.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate(), and ILIAS\Skill\Profile\SkillProfileManager\getSkillLevels().
ILIAS\Skill\Profile\SkillProfileLevel::getProfileId | ( | ) |
Definition at line 50 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$profile_id.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().
ILIAS\Skill\Profile\SkillProfileLevel::getTrefId | ( | ) |
Implements ILIAS\Skill\GapAnalysisSkill.
Definition at line 60 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$tref_id.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().
|
protected |
Definition at line 31 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getBaseSkillId().
|
protected |
Definition at line 33 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getLevelId().
|
protected |
Definition at line 34 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getOrderNr().
|
protected |
Definition at line 30 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getProfileId().
|
protected |
Definition at line 32 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getTrefId().