ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.SkillInternalService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
22
namespace
ILIAS\Survey\Skills
;
23
27
class
SkillInternalService
28
{
29
public
function
__construct
()
30
{
31
}
32
33
public
function
repo
():
SkillInternalRepoService
34
{
35
return
new
SkillInternalRepoService
();
36
}
37
38
public
function
manager
():
SkillInternalManagerService
39
{
40
return
new
SkillInternalManagerService
();
41
}
42
}
ILIAS\Survey\Skills
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.SurveySkillDBRepository.php:22
ILIAS\Survey\Skills\SkillInternalRepoService
Definition:
class.SkillInternalRepoService.php:27
ILIAS\Survey\Skills\SkillInternalManagerService
Definition:
class.SkillInternalManagerService.php:27
ILIAS\Survey\Skills\SkillInternalService
Definition:
class.SkillInternalService.php:27
ILIAS\Survey\Skills\SkillInternalService\__construct
__construct()
Definition:
class.SkillInternalService.php:29
ILIAS\Survey\Skills\SkillInternalService\repo
repo()
Definition:
class.SkillInternalService.php:33
ILIAS\Survey\Skills\SkillInternalService\manager
manager()
Definition:
class.SkillInternalService.php:38
Modules
Survey
Skills
Service
class.SkillInternalService.php
Generated on Wed Sep 10 2025 14:11:03 for ILIAS by
1.8.13 (using
Doxyfile
)