ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 28 of file class.SkillTreeFactory.php.

Member Function Documentation

◆ getGlobalTree()

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

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

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

◆ getGlobalVirtualTree()

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

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

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

◆ getTreeById()

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

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

35  : \ilSkillTree
36  {
37  return new \ilSkillTree($id);
38  }
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:24

◆ getVirtualTreeById()

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

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

46  {
47  return new \ilVirtualSkillTree($id);
48  }
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:24

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