ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.SkillInternalManagerService.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
SkillInternalManagerService
28
{
29
public
function
getSkillDeletionManager
():
SurveySkillDeletionManager
30
{
31
return
new
SurveySkillDeletionManager
();
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\SkillInternalManagerService\getSkillDeletionManager
getSkillDeletionManager()
Definition:
class.SkillInternalManagerService.php:29
ILIAS\Survey\Skills\SkillInternalManagerService
Definition:
class.SkillInternalManagerService.php:27
ILIAS\Survey\Skills\SurveySkillDeletionManager
Definition:
class.SurveySkillDeletionManager.php:27
components
ILIAS
Survey
Skills
Service
class.SkillInternalManagerService.php
Generated on Wed Sep 10 2025 15:15:19 for ILIAS by
1.8.13 (using
Doxyfile
)