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