ILIAS  release_7 Revision v7.30-3-g800a261c036
ILIAS\Skill\Service\SkillInternalService Class Reference

Skill internal service. More...

+ Collaboration diagram for ILIAS\Skill\Service\SkillInternalService:

Public Member Functions

 __construct ()
 Constructor. More...
 
 repo ()
 Skill service repos. More...
 
 manager ()
 

Detailed Description

Skill internal service.

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

Definition at line 11 of file SkillInternalService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Service\SkillInternalService::__construct ( )

Constructor.

Definition at line 16 of file SkillInternalService.php.

17 {
18 }

Member Function Documentation

◆ manager()

ILIAS\Skill\Service\SkillInternalService::manager ( )

Definition at line 29 of file SkillInternalService.php.

30 {
31 return new SkillInternalManagerService();
32 }

◆ repo()

ILIAS\Skill\Service\SkillInternalService::repo ( )

Skill service repos.

Returns
SkillInternalRepoService

Definition at line 24 of file SkillInternalService.php.

25 {
26 return new SkillInternalRepoService();
27 }

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