ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Skill\Personal\SelectedUserSkill Class Reference
+ Collaboration diagram for ILIAS\Skill\Personal\SelectedUserSkill:

Public Member Functions

 __construct (int $skill_node_id, string $title)
 
 getSkillNodeId ()
 
 getTitle ()
 

Protected Attributes

int $skill_node_id = 0
 
string $title = ""
 

Detailed Description

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

Definition at line 26 of file class.SelectedUserSkill.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Personal\SelectedUserSkill::__construct ( int  $skill_node_id,
string  $title 
)

Member Function Documentation

◆ getSkillNodeId()

ILIAS\Skill\Personal\SelectedUserSkill::getSkillNodeId ( )

◆ getTitle()

ILIAS\Skill\Personal\SelectedUserSkill::getTitle ( )

Definition at line 44 of file class.SelectedUserSkill.php.

References ILIAS\Skill\Personal\SelectedUserSkill\$title.

44  : string
45  {
46  return $this->title;
47  }

Field Documentation

◆ $skill_node_id

int ILIAS\Skill\Personal\SelectedUserSkill::$skill_node_id = 0
protected

◆ $title

string ILIAS\Skill\Personal\SelectedUserSkill::$title = ""
protected

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