ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Skill\Profile\SkillProfileLevel Class Reference
+ Inheritance diagram for ILIAS\Skill\Profile\SkillProfileLevel:
+ Collaboration diagram for ILIAS\Skill\Profile\SkillProfileLevel:

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 ()
 
 getBaseSkillId ()
 
 getTrefId ()
 

Protected Attributes

int $profile_id = 0
 
int $base_skill_id = 0
 
int $tref_id = 0
 
int $level_id = 0
 
int $order_nr = 0
 

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 28 of file class.SkillProfileLevel.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getBaseSkillId()

ILIAS\Skill\Profile\SkillProfileLevel::getBaseSkillId ( )

Implements ILIAS\Skill\GapAnalysisSkill.

Definition at line 55 of file class.SkillProfileLevel.php.

55 : int
56 {
58 }

References ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id.

Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().

+ Here is the caller graph for this function:

◆ getLevelId()

ILIAS\Skill\Profile\SkillProfileLevel::getLevelId ( )

Definition at line 65 of file class.SkillProfileLevel.php.

65 : int
66 {
67 return $this->level_id;
68 }

References ILIAS\Skill\Profile\SkillProfileLevel\$level_id.

Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().

+ Here is the caller graph for this function:

◆ getOrderNr()

ILIAS\Skill\Profile\SkillProfileLevel::getOrderNr ( )

◆ getProfileId()

ILIAS\Skill\Profile\SkillProfileLevel::getProfileId ( )

Definition at line 50 of file class.SkillProfileLevel.php.

50 : int
51 {
52 return $this->profile_id;
53 }

References ILIAS\Skill\Profile\SkillProfileLevel\$profile_id.

Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().

+ Here is the caller graph for this function:

◆ getTrefId()

ILIAS\Skill\Profile\SkillProfileLevel::getTrefId ( )

Implements ILIAS\Skill\GapAnalysisSkill.

Definition at line 60 of file class.SkillProfileLevel.php.

60 : int
61 {
62 return $this->tref_id;
63 }

References ILIAS\Skill\Profile\SkillProfileLevel\$tref_id.

Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().

+ Here is the caller graph for this function:

Field Documentation

◆ $base_skill_id

int ILIAS\Skill\Profile\SkillProfileLevel::$base_skill_id = 0
protected

◆ $level_id

int ILIAS\Skill\Profile\SkillProfileLevel::$level_id = 0
protected

◆ $order_nr

int ILIAS\Skill\Profile\SkillProfileLevel::$order_nr = 0
protected

◆ $profile_id

int ILIAS\Skill\Profile\SkillProfileLevel::$profile_id = 0
protected

◆ $tref_id

int ILIAS\Skill\Profile\SkillProfileLevel::$tref_id = 0
protected

The documentation for this class was generated from the following file: