ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Skill\Service\SkillInternalManagerService Class Reference

Skill internal manager service. More...

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

Public Member Functions

 __construct ()
 Constructor. More...
 
 getLevelManager ()
 
 getUserLevelManager ()
 
 getTreeManager ()
 

Detailed Description

Skill internal manager service.

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

Definition at line 11 of file SkillInternalManagerService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Definition at line 16 of file SkillInternalManagerService.php.

17  {
18  }

Member Function Documentation

◆ getLevelManager()

ILIAS\Skill\Service\SkillInternalManagerService::getLevelManager ( )
Returns
SkillLevelManager

Definition at line 23 of file SkillInternalManagerService.php.

23  : SkillLevelManager
24  {
25  return new SkillLevelManager();
26  }

◆ getTreeManager()

ILIAS\Skill\Service\SkillInternalManagerService::getTreeManager ( )
Returns
SkillTreeManager

Definition at line 39 of file SkillInternalManagerService.php.

39  : SkillTreeManager
40  {
41  return new SkillTreeManager();
42  }

◆ getUserLevelManager()

ILIAS\Skill\Service\SkillInternalManagerService::getUserLevelManager ( )
Returns
SkillUserLevelManager

Definition at line 31 of file SkillInternalManagerService.php.

31  : SkillUserLevelManager
32  {
33  return new SkillUserLevelManager();
34  }

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