ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 28 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 55 of file class.SkillProfileLevel.php.

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

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

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

◆ getLevelId()

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().

65  : int
66  {
67  return $this->level_id;
68  }
+ 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.

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

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

50  : int
51  {
52  return $this->profile_id;
53  }
+ 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.

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

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

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