ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Container\Skills\ContainerSkill Class Reference
+ Inheritance diagram for ILIAS\Container\Skills\ContainerSkill:
+ Collaboration diagram for ILIAS\Container\Skills\ContainerSkill:

Public Member Functions

 __construct (int $skill_id, int $tref_id, int $cont_obj_id, string $title="", ?SkillProfile $profile=null)
 
 getBaseSkillId ()
 
 getTrefId ()
 
 getContainerObjectId ()
 
 getTitle ()
 
 getProfile ()
 
 getBaseSkillId ()
 
 getTrefId ()
 

Protected Attributes

int $skill_id = 0
 
int $tref_id = 0
 
int $cont_obj_id = 0
 
string $title = ""
 
SkillProfile $profile = null
 

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 29 of file class.ContainerSkill.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\Skills\ContainerSkill::__construct ( int  $skill_id,
int  $tref_id,
int  $cont_obj_id,
string  $title = "",
?SkillProfile  $profile = null 
)

Member Function Documentation

◆ getBaseSkillId()

ILIAS\Container\Skills\ContainerSkill::getBaseSkillId ( )

Implements ILIAS\Skill\GapAnalysisSkill.

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

51 : int
52 {
53 return $this->skill_id;
54 }

References ILIAS\Container\Skills\ContainerSkill\$skill_id.

Referenced by ILIAS\Container\Skills\ContainerSkillManager\getSingleSkills().

+ Here is the caller graph for this function:

◆ getContainerObjectId()

ILIAS\Container\Skills\ContainerSkill::getContainerObjectId ( )

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

61 : int
62 {
63 return $this->cont_obj_id;
64 }

References ILIAS\Container\Skills\ContainerSkill\$cont_obj_id.

◆ getProfile()

ILIAS\Container\Skills\ContainerSkill::getProfile ( )

◆ getTitle()

ILIAS\Container\Skills\ContainerSkill::getTitle ( )

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

66 : string
67 {
68 return $this->title;
69 }

References ILIAS\Container\Skills\ContainerSkill\$title.

◆ getTrefId()

ILIAS\Container\Skills\ContainerSkill::getTrefId ( )

Implements ILIAS\Skill\GapAnalysisSkill.

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

56 : int
57 {
58 return $this->tref_id;
59 }

References ILIAS\Container\Skills\ContainerSkill\$tref_id.

Referenced by ILIAS\Container\Skills\ContainerSkillManager\getSingleSkills().

+ Here is the caller graph for this function:

Field Documentation

◆ $cont_obj_id

int ILIAS\Container\Skills\ContainerSkill::$cont_obj_id = 0
protected

◆ $profile

SkillProfile ILIAS\Container\Skills\ContainerSkill::$profile = null
protected

◆ $skill_id

int ILIAS\Container\Skills\ContainerSkill::$skill_id = 0
protected

◆ $title

string ILIAS\Container\Skills\ContainerSkill::$title = ""
protected

◆ $tref_id

int ILIAS\Container\Skills\ContainerSkill::$tref_id = 0
protected

The documentation for this class was generated from the following file: