ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.SkillInternalFactoryService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Container\Skills
;
22
26
class
SkillInternalFactoryService
27
{
28
public
function
containerSkill
():
ContainerSkillFactory
29
{
30
return
new
ContainerSkillFactory
();
31
}
32
}
ILIAS\Container\Skills\ContainerSkillFactory
Definition:
class.ContainerSkillFactory.php:29
ILIAS\Container\Skills\SkillInternalFactoryService\containerSkill
containerSkill()
Definition:
class.SkillInternalFactoryService.php:28
ILIAS\Container\Skills
Definition:
class.ContainerMemberSkill.php:21
ILIAS\Container\Skills\SkillInternalFactoryService
Definition:
class.SkillInternalFactoryService.php:26
components
ILIAS
Container
Skills
Service
class.SkillInternalFactoryService.php
Generated on Sun Aug 31 2025 23:02:38 for ILIAS by
1.8.13 (using
Doxyfile
)