| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 | 
Definition at line 29 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 37 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 56 of file class.SkillProfileLevel.php.
References ILIAS\Skill\Profile\SkillProfileLevel\$base_skill_id.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileLevel::getOrderNr | ( | ) | 
Definition at line 71 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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getBaseSkillId().
      
  | 
  protected | 
Definition at line 34 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getLevelId().
      
  | 
  protected | 
Definition at line 35 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getOrderNr().
      
  | 
  protected | 
Definition at line 31 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getProfileId().
      
  | 
  protected | 
Definition at line 33 of file class.SkillProfileLevel.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevel\__construct(), and ILIAS\Skill\Profile\SkillProfileLevel\getTrefId().