ILIAS  release_8 Revision v8.24
ILIAS\Skill\Service\SkillInternalFactoryService Class Reference

Skill internal factory service. More...

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

Public Member Functions

 tree ()
 
 profile (int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0)
 

Detailed Description

Skill internal factory service.

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

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

Member Function Documentation

◆ profile()

ILIAS\Skill\Service\SkillInternalFactoryService::profile ( int  $id,
string  $title,
string  $description,
int  $skill_tree_id,
string  $image_id = "",
int  $ref_id = 0 
)

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

44 : Profile\SkillProfile {
45 return new Profile\SkillProfile(
46 $id,
47 $title,
48 $description,
49 $skill_tree_id,
50 $image_id,
52 );
53 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
$ref_id
Definition: ltiauth.php:67

◆ tree()

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

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

32 : Tree\SkillTreeFactory
33 {
34 return new Tree\SkillTreeFactory();
35 }

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