ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.SkillLevelManager.php
Go to the documentation of this file.
1 <?php
2 
20 namespace ILIAS\Skill\Service;
21 
27 {
29 
30  public function __construct(SkillInternalRepoService $repo_service = null)
31  {
32  global $DIC;
33 
34  $this->repo_service = ($repo_service)
35  ?: $DIC->skills()->internal()->repo();
36  }
37 }
global $DIC
Definition: feed.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(SkillInternalRepoService $repo_service=null)