ILIAS  release_7 Revision v7.30-3-g800a261c036
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
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}
An exception for terminatinating execution or to throw for unit testing.