ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 27 of file class.SkillInternalService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

30  {
31  }

Member Function Documentation

◆ manager()

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

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

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

◆ repo()

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

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

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

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