ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 30 of file class.SkillLevelManager.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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

Field Documentation

◆ $repo_service

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

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