ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 27 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 45 of file class.SelectedUserSkill.php.

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

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

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: