ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:30
ILIAS\Container\Skills\SkillInternalFactoryService
Definition:
class.SkillInternalFactoryService.php:27
ILIAS\Container\Skills\SkillInternalFactoryService\containerSkill
containerSkill()
Definition:
class.SkillInternalFactoryService.php:28
ILIAS\Container\Skills
Definition:
class.ContainerMemberSkill.php:21
components
ILIAS
Container
Skills
Service
class.SkillInternalFactoryService.php
Generated on Sat Oct 18 2025 23:02:49 for ILIAS by
1.9.4 (using
Doxyfile
)