ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.SkillLevelManager.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Level
;
22
23
use
ILIAS\Skill\Service\SkillInternalRepoService
;
24
29
class
SkillLevelManager
30
{
31
protected
SkillInternalRepoService
$repo_service
;
32
33
public
function
__construct
(?
SkillInternalRepoService
$repo_service
=
null
)
34
{
35
global
$DIC
;
36
37
$this->repo_service = (
$repo_service
)
38
?:
$DIC
->skills()->internal()->repo();
39
}
40
}
ILIAS\Skill\Level\SkillLevelManager
Skill level manager.
Definition:
class.SkillLevelManager.php:30
ILIAS\Skill\Level\SkillLevelManager\__construct
__construct(?SkillInternalRepoService $repo_service=null)
Definition:
class.SkillLevelManager.php:33
ILIAS\Skill\Level\SkillLevelManager\$repo_service
SkillInternalRepoService $repo_service
Definition:
class.SkillLevelManager.php:31
ILIAS\Skill\Service\SkillInternalRepoService
Skill internal repo service.
Definition:
class.SkillInternalRepoService.php:33
ILIAS\Skill\Level
Definition:
class.SkillLevelManager.php:21
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
Skill
Level
class.SkillLevelManager.php
Generated on Sat Oct 18 2025 23:03:41 for ILIAS by
1.9.4 (using
Doxyfile
)