ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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 26 of file class.SkillTreeFactory.php.

Member Function Documentation

◆ getGlobalTree()

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

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

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

◆ getGlobalVirtualTree()

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

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

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

◆ getTreeById()

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

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

Referenced by ILIAS\Skill\Tree\SkillTreeNodeManager\__construct().

33  : \ilSkillTree
34  {
35  return new \ilSkillTree($id);
36  }
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
+ Here is the caller graph for this function:

◆ getVirtualTreeById()

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

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

44  {
45  return new \ilVirtualSkillTree($id);
46  }
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

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