ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 30 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 48 of file class.ContainerSkillFactory.php.

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

◆ 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 32 of file class.ContainerSkillFactory.php.

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

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