ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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,
57  $user_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: