ILIAS  release_8 Revision v8.24
class.SkillInternalRepoService.php
Go to the documentation of this file.
1<?php
2
20namespace ILIAS\Skill\Service;
21
23
29{
31
33 {
34 $this->factory = $factory;
35 }
36
38 {
39 return new \ilSkillLevelDBRepository($this->getTreeRepo());
40 }
41
43 {
44 return new \ilSkillUserLevelDBRepository();
45 }
46
48 {
49 return new \ilSkillTreeDBRepository($this->factory->tree());
50 }
51
52 public function getProfileRepo(): Profile\SkillProfileDBRepository
53 {
55 }
56
58 {
60 }
61
63 {
65 }
66
68 {
70 }
71
73 {
75 }
76}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface ilSkillTreeRepository.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...