ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSkillImportConfig Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilSkillImportConfig:
+ Collaboration diagram for ilSkillImportConfig:

Public Member Functions

 setSkillTreeId (int $skill_tree_id)
 
 getSkillTreeId ()
 

Protected Attributes

int $skill_tree_id = 0
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Import configuration for skills

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 25 of file class.ilSkillImportConfig.php.

Member Function Documentation

◆ getSkillTreeId()

ilSkillImportConfig::getSkillTreeId ( )

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

References $skill_tree_id.

34  : int
35  {
36  return $this->skill_tree_id;
37  }

◆ setSkillTreeId()

ilSkillImportConfig::setSkillTreeId ( int  $skill_tree_id)

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

References $skill_tree_id.

29  : void
30  {
31  $this->skill_tree_id = $skill_tree_id;
32  }

Field Documentation

◆ $skill_tree_id

int ilSkillImportConfig::$skill_tree_id = 0
protected

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

Referenced by getSkillTreeId(), and setSkillTreeId().


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