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

Skill tree manager. More...

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

Public Member Functions

 __construct (SkillInternalRepoService $repo_service=null)
 Constructor. More...
 

Protected Attributes

 $repo_service
 

Detailed Description

Skill tree manager.

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

Definition at line 11 of file SkillTreeManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Service\SkillTreeManager::__construct ( SkillInternalRepoService  $repo_service = null)

Constructor.

Definition at line 21 of file SkillTreeManager.php.

References $DIC, and ILIAS\Skill\Service\SkillTreeManager\$repo_service.

22  {
23  global $DIC;
24 
25  $this->repo_service = ($repo_service)
27  : $DIC->skills()->internal()->repo();
28  }
global $DIC
Definition: goto.php:24

Field Documentation

◆ $repo_service

ILIAS\Skill\Service\SkillTreeManager::$repo_service
protected

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