ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.SkillLevelManager.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
30 {
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 }
__construct(?SkillInternalRepoService $repo_service=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22