ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Survey\Skills\SkillInternalService Class Reference
+ Collaboration diagram for ILIAS\Survey\Skills\SkillInternalService:

Public Member Functions

 __construct ()
 
 repo ()
 
 manager ()
 

Detailed Description

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

Definition at line 26 of file class.SkillInternalService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Skills\SkillInternalService::__construct ( )

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

29  {
30  }

Member Function Documentation

◆ manager()

ILIAS\Survey\Skills\SkillInternalService::manager ( )

Definition at line 37 of file class.SkillInternalService.php.

37  : SkillInternalManagerService
38  {
39  return new SkillInternalManagerService();
40  }

◆ repo()

ILIAS\Survey\Skills\SkillInternalService::repo ( )

Definition at line 32 of file class.SkillInternalService.php.

32  : SkillInternalRepoService
33  {
34  return new SkillInternalRepoService();
35  }

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