ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.SkillInternalFactoryService.php
Go to the documentation of this file.
1 <?php
2 
20 namespace ILIAS\Skill\Service;
21 
24 
31 {
32  public function tree(): Tree\SkillTreeFactory
33  {
34  return new Tree\SkillTreeFactory();
35  }
36 
37  public function profile(
38  int $id,
39  string $title,
40  string $description,
41  int $skill_tree_id,
42  string $image_id = "",
43  int $ref_id = 0
44  ): Profile\SkillProfile {
45  return new Profile\SkillProfile(
46  $id,
47  $title,
48  $description,
49  $skill_tree_id,
50  $image_id,
51  $ref_id
52  );
53  }
54 }
profile(int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$ref_id
Definition: ltiauth.php:67
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...