ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 ()
 

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 29 of file class.SkillProfileLevel.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Profile\SkillProfileLevel::__construct ( int  $profile_id,
int  $base_skill_id,
int  $tref_id,
int  $level_id,
int  $order_nr 
)

Member Function Documentation

◆ getBaseSkillId()

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

Implements ILIAS\Skill\GapAnalysisSkill.

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

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

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

56  : int
57  {
58  return $this->base_skill_id;
59  }
+ Here is the caller graph for this function:

◆ getLevelId()

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

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

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

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

66  : int
67  {
68  return $this->level_id;
69  }
+ Here is the caller graph for this function:

◆ getOrderNr()

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

◆ getProfileId()

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

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

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

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

51  : int
52  {
53  return $this->profile_id;
54  }
+ Here is the caller graph for this function:

◆ getTrefId()

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

Implements ILIAS\Skill\GapAnalysisSkill.

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

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

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

61  : int
62  {
63  return $this->tref_id;
64  }
+ 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: