ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.SkillInternalFactoryService.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 namespace ILIAS\Skill\Service;
23 
28 
35 {
36  public function tree(): Tree\SkillTreeFactory
37  {
38  return new Tree\SkillTreeFactory();
39  }
40 
41  public function profile(): Profile\SkillProfileFactory
42  {
43  return new Profile\SkillProfileFactory();
44  }
45 
46  public function personal(): Personal\PersonalSkillFactory
47  {
48  return new Personal\PersonalSkillFactory();
49  }
50 
51  public function resource(): Resource\SkillResourceFactory
52  {
53  return new Resource\SkillResourceFactory();
54  }
55 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...