ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Skill\Service\SkillInternalFactoryService Class Reference

Skill internal factory service. More...

+ Collaboration diagram for ILIAS\Skill\Service\SkillInternalFactoryService:

Public Member Functions

 tree ()
 
 profile ()
 
 personal ()
 
 resource ()
 

Detailed Description

Skill internal factory service.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 33 of file class.SkillInternalFactoryService.php.

Member Function Documentation

◆ personal()

ILIAS\Skill\Service\SkillInternalFactoryService::personal ( )

Definition at line 45 of file class.SkillInternalFactoryService.php.

45  : Personal\PersonalSkillFactory
46  {
47  return new Personal\PersonalSkillFactory();
48  }

◆ profile()

ILIAS\Skill\Service\SkillInternalFactoryService::profile ( )

Definition at line 40 of file class.SkillInternalFactoryService.php.

40  : Profile\SkillProfileFactory
41  {
42  return new Profile\SkillProfileFactory();
43  }

◆ resource()

ILIAS\Skill\Service\SkillInternalFactoryService::resource ( )

Definition at line 50 of file class.SkillInternalFactoryService.php.

50  : Resource\SkillResourceFactory
51  {
52  return new Resource\SkillResourceFactory();
53  }

◆ tree()

ILIAS\Skill\Service\SkillInternalFactoryService::tree ( )

Definition at line 35 of file class.SkillInternalFactoryService.php.

35  : Tree\SkillTreeFactory
36  {
37  return new Tree\SkillTreeFactory();
38  }

The documentation for this class was generated from the following file: