ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.SkillUIService.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 namespace ILIAS\Skill\Service;
23 
25 
31 {
32  public function __construct()
33  {
34  }
35 
36  public function getGapUI(): void //int $user_id, int $profile_id,...
37  {
38  }
39 
40  public function getUsagesUI(string $cskill_id, array $usage, string $mode = ""): UsagesUI
41  {
42  return new UsagesUI($cskill_id, $usage, $mode);
43  }
44 }
getUsagesUI(string $cskill_id, array $usage, string $mode="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...