ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 27 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 39 of file class.PersonalSkillFactory.php.

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

◆ selectedUserSkill()

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

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

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

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