ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Skill\Level\SkillLevelManager Class Reference

Skill level manager. More...

+ Collaboration diagram for ILIAS\Skill\Level\SkillLevelManager:

Public Member Functions

 __construct (?SkillInternalRepoService $repo_service=null)
 

Protected Attributes

SkillInternalRepoService $repo_service
 

Detailed Description

Skill level manager.

Author
famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 29 of file class.SkillLevelManager.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Level\SkillLevelManager::__construct ( ?SkillInternalRepoService  $repo_service = null)

Definition at line 33 of file class.SkillLevelManager.php.

34 {
35 global $DIC;
36
37 $this->repo_service = ($repo_service)
38 ?: $DIC->skills()->internal()->repo();
39 }
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Skill\Level\SkillLevelManager\$repo_service.

Field Documentation

◆ $repo_service

SkillInternalRepoService ILIAS\Skill\Level\SkillLevelManager::$repo_service
protected

The documentation for this class was generated from the following file: