ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Skill\Personal\PersonalSkillFactory Class Reference
+ Collaboration diagram for ILIAS\Skill\Personal\PersonalSkillFactory:

Public Member Functions

 selectedUserSkill (int $skill_node_id, string $title)
 
 assignedMaterial (int $user_id, int $top_skill_id, int $skill_id, int $level_id, int $wsp_id, int $tref_id)
 

Detailed Description

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

Definition at line 28 of file class.PersonalSkillFactory.php.

Member Function Documentation

◆ assignedMaterial()

ILIAS\Skill\Personal\PersonalSkillFactory::assignedMaterial ( int  $user_id,
int  $top_skill_id,
int  $skill_id,
int  $level_id,
int  $wsp_id,
int  $tref_id 
)

Definition at line 40 of file class.PersonalSkillFactory.php.

47  : AssignedMaterial {
48  return new AssignedMaterial(
49  $user_id,
50  $top_skill_id,
51  $skill_id,
52  $level_id,
53  $wsp_id,
54  $tref_id
55  );
56  }

◆ selectedUserSkill()

ILIAS\Skill\Personal\PersonalSkillFactory::selectedUserSkill ( int  $skill_node_id,
string  $title 
)

Definition at line 30 of file class.PersonalSkillFactory.php.

33  : SelectedUserSkill {
34  return new SelectedUserSkill(
35  $skill_node_id,
36  $title
37  );
38  }

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