ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
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
24
use
ILIAS\Skill\Usage\UsagesUI
;
25
30
class
SkillUIService
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
}
ILIAS\Skill\Service\SkillUIService\__construct
__construct()
Definition:
class.SkillUIService.php:32
ILIAS\Skill\Usage\UsagesUI
Definition:
class.UsagesUI.php:30
UsagesUI
ILIAS\Skill\Service\SkillUIService
Skill UI service.
Definition:
class.SkillUIService.php:30
ILIAS\Skill\Service\SkillUIService\getGapUI
getGapUI()
Definition:
class.SkillUIService.php:36
ILIAS\Skill\Service\SkillUIService\getUsagesUI
getUsagesUI(string $cskill_id, array $usage, string $mode="")
Definition:
class.SkillUIService.php:40
ILIAS\Skill\Service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.SkillAdminGUIRequest.php:22
components
ILIAS
Skill
Service
classes
class.SkillUIService.php
Generated on Wed Sep 10 2025 15:16:21 for ILIAS by
1.8.13 (using
Doxyfile
)