ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Skill\Tree\SkillTreeFactory Class Reference
+ Collaboration diagram for ILIAS\Skill\Tree\SkillTreeFactory:

Public Member Functions

 getGlobalTree ()
 
 getTreeById (int $id)
 
 getGlobalVirtualTree ()
 
 getVirtualTreeById (int $id)
 

Detailed Description

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

Definition at line 27 of file class.SkillTreeFactory.php.

Member Function Documentation

◆ getGlobalTree()

ILIAS\Skill\Tree\SkillTreeFactory::getGlobalTree ( )

Definition at line 29 of file class.SkillTreeFactory.php.

30  {
31  return new \ilGlobalSkillTree();
32  }

◆ getGlobalVirtualTree()

ILIAS\Skill\Tree\SkillTreeFactory::getGlobalVirtualTree ( )

Definition at line 39 of file class.SkillTreeFactory.php.

40  {
41  return new \ilGlobalVirtualSkillTree();
42  }

◆ getTreeById()

ILIAS\Skill\Tree\SkillTreeFactory::getTreeById ( int  $id)

Definition at line 34 of file class.SkillTreeFactory.php.

34  : \ilSkillTree
35  {
36  return new \ilSkillTree($id);
37  }
Skill tree.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ getVirtualTreeById()

ILIAS\Skill\Tree\SkillTreeFactory::getVirtualTreeById ( int  $id)

Definition at line 44 of file class.SkillTreeFactory.php.

45  {
46  return new \ilVirtualSkillTree($id);
47  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

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