ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.SkillInternalService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Survey\Skills
;
22
26
class
SkillInternalService
27
{
28
public
function
__construct
()
29
{
30
}
31
32
public
function
repo
():
SkillInternalRepoService
33
{
34
return
new
SkillInternalRepoService
();
35
}
36
37
public
function
manager
():
SkillInternalManagerService
38
{
39
return
new
SkillInternalManagerService
();
40
}
41
}
ILIAS\Survey\Skills
Definition:
class.SurveySkillDBRepository.php:21
ILIAS\Survey\Skills\SkillInternalRepoService
Definition:
class.SkillInternalRepoService.php:26
ILIAS\Survey\Skills\SkillInternalManagerService
Definition:
class.SkillInternalManagerService.php:26
ILIAS\Survey\Skills\SkillInternalService
Definition:
class.SkillInternalService.php:26
ILIAS\Survey\Skills\SkillInternalService\__construct
__construct()
Definition:
class.SkillInternalService.php:28
ILIAS\Survey\Skills\SkillInternalService\repo
repo()
Definition:
class.SkillInternalService.php:32
ILIAS\Survey\Skills\SkillInternalService\manager
manager()
Definition:
class.SkillInternalService.php:37
components
ILIAS
Survey
Skills
Service
class.SkillInternalService.php
Generated on Sun Aug 31 2025 23:02:38 for ILIAS by
1.8.13 (using
Doxyfile
)