ILIAS
release_8 Revision v8.23
◀ 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\SkillLevelManager\$repo_service
SkillInternalRepoService $repo_service
Definition:
class.SkillLevelManager.php:28
$DIC
global $DIC
Definition:
feed.php:28
ILIAS\Skill\Service\SkillLevelManager
Skill level manager.
Definition:
class.SkillLevelManager.php:26
ILIAS\Skill\Service\SkillInternalRepoService
Skill internal repo service.
Definition:
class.SkillInternalRepoService.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
ILIAS\Skill\Service\SkillLevelManager\__construct
__construct(SkillInternalRepoService $repo_service=null)
Definition:
class.SkillLevelManager.php:30
Services
Skill
Service
classes
class.SkillLevelManager.php
Generated on Mon Sep 1 2025 22:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)