ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.SkillLevelManager.php
Go to the documentation of this file.
1
<?php
2
20
namespace
ILIAS\Skill\Service
;
21
26
class
SkillLevelManager
27
{
28
protected
SkillInternalRepoService
$repo_service
;
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
}
ILIAS\Skill\Service\SkillInternalRepoService
Skill internal repo service.
Definition:
class.SkillInternalRepoService.php:29
ILIAS\Skill\Service\SkillLevelManager
Skill level manager.
Definition:
class.SkillLevelManager.php:27
ILIAS\Skill\Service\SkillLevelManager\$repo_service
SkillInternalRepoService $repo_service
Definition:
class.SkillLevelManager.php:28
ILIAS\Skill\Service\SkillLevelManager\__construct
__construct(SkillInternalRepoService $repo_service=null)
Definition:
class.SkillLevelManager.php:30
$DIC
global $DIC
Definition:
feed.php:28
ILIAS\Skill\Service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.SkillAdminGUIRequest.php:20
Services
Skill
Service
classes
class.SkillLevelManager.php
Generated on Sun Nov 2 2025 22:01:49 for ILIAS by
1.9.4 (using
Doxyfile
)