ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
SkillInternalManagerService.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2020 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
6 
12 {
16  public function __construct()
17  {
18  }
19 
23  public function getLevelManager() : SkillLevelManager
24  {
25  return new SkillLevelManager();
26  }
27 
32  {
33  return new SkillUserLevelManager();
34  }
35 
39  public function getTreeManager() : SkillTreeManager
40  {
41  return new SkillTreeManager();
42  }
43 }