ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.SkillInternalRepoService.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
SkillInternalRepoService
28
{
29
public
function
getSurveySkillRepo
():
SurveySkillDBRepository
30
{
31
return
new
SurveySkillDBRepository
();
32
}
33
}
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\SurveySkillDBRepository
Definition:
class.SurveySkillDBRepository.php:27
ILIAS\Survey\Skills\SkillInternalRepoService\getSurveySkillRepo
getSurveySkillRepo()
Definition:
class.SkillInternalRepoService.php:29
Modules
Survey
Skills
Service
class.SkillInternalRepoService.php
Generated on Wed Sep 10 2025 14:11:03 for ILIAS by
1.8.13 (using
Doxyfile
)