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

Public Member Functions

 skill (int $skill_id, int $tref_id, int $cont_obj_id=0, string $title="", ?SkillProfile $profile=null)
 
 memberSkill (int $cont_obj_id, int $user_id, int $skill_id, int $tref_id, int $level_id, bool $published)
 

Detailed Description

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

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

Member Function Documentation

◆ memberSkill()

ILIAS\Container\Skills\ContainerSkillFactory::memberSkill ( int  $cont_obj_id,
int  $user_id,
int  $skill_id,
int  $tref_id,
int  $level_id,
bool  $published 
)

Definition at line 47 of file class.ContainerSkillFactory.php.

54 : ContainerMemberSkill {
55 return new ContainerMemberSkill(
56 $cont_obj_id,
58 $skill_id,
59 $tref_id,
60 $level_id,
61 $published
62 );
63 }

◆ skill()

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

Definition at line 31 of file class.ContainerSkillFactory.php.

37 : ContainerSkill {
38 return new ContainerSkill(
39 $skill_id,
40 $tref_id,
41 $cont_obj_id,
42 $title,
43 $profile
44 );
45 }

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