ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

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

Field Documentation

◆ $repo_service

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

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