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

Skill internal repo service. More...

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

Public Member Functions

 __construct ()
 Constructor. More...
 
 getLevelRepo ()
 
 getUserLevelRepo ()
 
 getTreeRepo ()
 

Detailed Description

Skill internal repo service.

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

Definition at line 11 of file SkillInternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Definition at line 16 of file SkillInternalRepoService.php.

17 {
18 }

Member Function Documentation

◆ getLevelRepo()

ILIAS\Skill\Service\SkillInternalRepoService::getLevelRepo ( )
Returns
\ilBasicSkillLevelRepository

Definition at line 23 of file SkillInternalRepoService.php.

24 {
25 return new \ilBasicSkillLevelDBRepository();
26 }
Interface ilBasicSkillLevelRepository.

◆ getTreeRepo()

ILIAS\Skill\Service\SkillInternalRepoService::getTreeRepo ( )
Returns
\ilBasicSkillTreeRepository

Definition at line 39 of file SkillInternalRepoService.php.

40 {
41 return new \ilBasicSkillTreeDBRepository();
42 }
Interface ilBasicSkillTreeRepository.

◆ getUserLevelRepo()

ILIAS\Skill\Service\SkillInternalRepoService::getUserLevelRepo ( )
Returns
\ilBasicSkillUserLevelRepository

Definition at line 31 of file SkillInternalRepoService.php.

32 {
33 return new \ilBasicSkillUserLevelDBRepository();
34 }
Interface ilBasicSkillUserLevelRepository.

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