ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.SkillInternalFactoryService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
22
namespace
ILIAS\Container\Skills
;
23
27
class
SkillInternalFactoryService
28
{
29
public
function
containerSkill
():
ContainerSkillFactory
30
{
31
return
new
ContainerSkillFactory
();
32
}
33
}
ILIAS\Container\Skills\ContainerSkillFactory
Definition:
class.ContainerSkillFactory.php:30
ILIAS\Container\Skills\SkillInternalFactoryService\containerSkill
containerSkill()
Definition:
class.SkillInternalFactoryService.php:29
ILIAS\Container\Skills
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ContainerMemberSkill.php:22
ILIAS\Container\Skills\SkillInternalFactoryService
Definition:
class.SkillInternalFactoryService.php:27
Services
Container
Skills
Service
class.SkillInternalFactoryService.php
Generated on Wed Sep 10 2025 14:11:23 for ILIAS by
1.8.13 (using
Doxyfile
)