ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\__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\Level\SkillLevelManager
Skill level manager.
Definition:
class.SkillLevelManager.php:29
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
$DIC
global $DIC
Definition:
shib_login.php:26
ILIAS\Skill\Service\SkillInternalRepoService
Skill internal repo service.
Definition:
class.SkillInternalRepoService.php:32
ILIAS\Skill\Level
Definition:
class.SkillLevelManager.php:21
SkillInternalRepoService
components
ILIAS
Skill
Level
class.SkillLevelManager.php
Generated on Sun Aug 31 2025 23:03:41 for ILIAS by
1.8.13 (using
Doxyfile
)