ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.SkillInternalRepoService.php
Go to the documentation of this file.
1 <?php
2 
20 namespace ILIAS\Skill\Service;
21 
23 
29 {
31 
32  public function __construct(SkillInternalFactoryService $factory)
33  {
34  $this->factory = $factory;
35  }
36 
38  {
39  return new \ilSkillLevelDBRepository($this->getTreeRepo());
40  }
41 
43  {
44  return new \ilSkillUserLevelDBRepository();
45  }
46 
47  public function getTreeRepo(): \ilSkillTreeRepository
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...
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...