ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 26 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 35 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 45 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 74 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$imparting.
ILIAS\Skill\Resource\SkillResource::getLevelId | ( | ) |
Skill level id.
Definition at line 58 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 66 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$rep_ref_id.
ILIAS\Skill\Resource\SkillResource::getTrefId | ( | ) |
Definition at line 50 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 82 of file class.SkillResource.php.
References ILIAS\Skill\Resource\SkillResource\$trigger.
|
protected |
Definition at line 32 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getImparting().
|
protected |
Definition at line 30 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getLevelId().
|
protected |
Definition at line 31 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getRepoRefId().
|
protected |
Definition at line 28 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getBaseSkillId().
|
protected |
Definition at line 29 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getTrefId().
|
protected |
Definition at line 33 of file class.SkillResource.php.
Referenced by ILIAS\Skill\Resource\SkillResource\__construct(), and ILIAS\Skill\Resource\SkillResource\getTrigger().