| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Skill\Resource\SkillResource:Public Member Functions | |
| __construct (int $skill_id, int $tref_id, int $level_id, int $rep_ref_id, bool $imparting, bool $trigger) | |
| getBaseSkillId () | |
| getTrefId () | |
| getLevelId () | |
| Skill level id.  More... | |
| getRepoRefId () | |
| Ref id of the repository resource.  More... | |
| getImparting () | |
| True, if the resource triggers the skill level (false otherwise)  More... | |
| getTrigger () | |
| True, if the resource imparts knowledge of the skill level (false otherwise)  More... | |
Protected Attributes | |
| int | $skill_id = 0 | 
| int | $tref_id = 0 | 
| int | $level_id = 0 | 
| int | $rep_ref_id = 0 | 
| bool | $imparting = false | 
| bool | $trigger = false | 
Definition at line 27 of file class.SkillResource.php.
| ILIAS\Skill\Resource\SkillResource::__construct | ( | int | $skill_id, | 
| int | $tref_id, | ||
| int | $level_id, | ||
| int | $rep_ref_id, | ||
| bool | $imparting, | ||
| bool | $trigger | ||
| ) | 
Definition at line 36 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$imparting, ILIAS\Skill\Resource\SkillResource\$level_id, ILIAS\Skill\Resource\SkillResource\$rep_ref_id, ILIAS\Skill\Resource\SkillResource\$skill_id, ILIAS\Skill\Resource\SkillResource\$tref_id, and ILIAS\Skill\Resource\SkillResource\$trigger.
| ILIAS\Skill\Resource\SkillResource::getBaseSkillId | ( | ) | 
Definition at line 46 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$skill_id.
| ILIAS\Skill\Resource\SkillResource::getImparting | ( | ) | 
True, if the resource triggers the skill level (false otherwise)
Definition at line 75 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$imparting.
| ILIAS\Skill\Resource\SkillResource::getLevelId | ( | ) | 
Skill level id.
Definition at line 59 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$level_id.
| ILIAS\Skill\Resource\SkillResource::getRepoRefId | ( | ) | 
Ref id of the repository resource.
Definition at line 67 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$rep_ref_id.
| ILIAS\Skill\Resource\SkillResource::getTrefId | ( | ) | 
Definition at line 51 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$tref_id.
| ILIAS\Skill\Resource\SkillResource::getTrigger | ( | ) | 
True, if the resource imparts knowledge of the skill level (false otherwise)
Definition at line 83 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$trigger.
      
  | 
  protected | 
Definition at line 33 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getImparting().
      
  | 
  protected | 
Definition at line 31 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getLevelId().
      
  | 
  protected | 
Definition at line 32 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getRepoRefId().
      
  | 
  protected | 
Definition at line 29 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getBaseSkillId().
      
  | 
  protected | 
Definition at line 30 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getTrefId().
      
  | 
  protected | 
Definition at line 34 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getTrigger().