ILIAS  release_8 Revision v8.23
ILIAS\Skill\Service\SkillLevelManager Class Reference

Skill level manager. More...

+ Collaboration diagram for ILIAS\Skill\Service\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 26 of file class.SkillLevelManager.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

31  {
32  global $DIC;
33 
34  $this->repo_service = ($repo_service)
35  ?: $DIC->skills()->internal()->repo();
36  }
global $DIC
Definition: feed.php:28

Field Documentation

◆ $repo_service

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

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