ILIAS  release_8 Revision v8.24
ilSkillExportConfig 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 ilSkillExportConfig:
+ Collaboration diagram for ilSkillExportConfig:

Public Member Functions

 setMode (string $a_val)
 
 getMode ()
 
 setSelectedNodes (array $a_val)
 
 getSelectedNodes ()
 
 setSelectedProfiles (array $a_val)
 
 getSelectedProfiles ()
 
 setSkillTreeId (int $skill_tree_id)
 
 getSkillTreeId ()
 

Data Fields

const MODE_SKILLS = ""
 
const MODE_PROFILES = "prof"
 

Protected Attributes

array $selected_nodes = []
 
array $selected_profiles = []
 
string $mode = ""
 
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 Export configuration for skills

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e

Definition at line 26 of file class.ilSkillExportConfig.php.

Member Function Documentation

◆ getMode()

ilSkillExportConfig::getMode ( )

Definition at line 48 of file class.ilSkillExportConfig.php.

48 : string
49 {
50 return $this->mode;
51 }

References $mode.

◆ getSelectedNodes()

ilSkillExportConfig::getSelectedNodes ( )
Returns
int[]

Definition at line 64 of file class.ilSkillExportConfig.php.

64 : array
65 {
67 }

References $selected_nodes.

◆ getSelectedProfiles()

ilSkillExportConfig::getSelectedProfiles ( )
Returns
int[] (profile ids)

Definition at line 80 of file class.ilSkillExportConfig.php.

80 : array
81 {
83 }

References $selected_profiles.

◆ getSkillTreeId()

ilSkillExportConfig::getSkillTreeId ( )

Definition at line 90 of file class.ilSkillExportConfig.php.

90 : int
91 {
93 }

References $skill_tree_id.

◆ setMode()

ilSkillExportConfig::setMode ( string  $a_val)

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

43 : void
44 {
45 $this->mode = $a_val;
46 }

◆ setSelectedNodes()

ilSkillExportConfig::setSelectedNodes ( array  $a_val)
Parameters
int[]$a_val

Definition at line 56 of file class.ilSkillExportConfig.php.

56 : void
57 {
58 $this->selected_nodes = $a_val;
59 }

◆ setSelectedProfiles()

ilSkillExportConfig::setSelectedProfiles ( array  $a_val)
Parameters
int[]$a_val(profile ids)

Definition at line 72 of file class.ilSkillExportConfig.php.

72 : void
73 {
74 $this->selected_profiles = $a_val;
75 }

◆ setSkillTreeId()

ilSkillExportConfig::setSkillTreeId ( int  $skill_tree_id)

Definition at line 85 of file class.ilSkillExportConfig.php.

85 : void
86 {
87 $this->skill_tree_id = $skill_tree_id;
88 }

References $skill_tree_id.

Field Documentation

◆ $mode

string ilSkillExportConfig::$mode = ""
protected

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

Referenced by getMode().

◆ $selected_nodes

array ilSkillExportConfig::$selected_nodes = []
protected

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

Referenced by getSelectedNodes().

◆ $selected_profiles

array ilSkillExportConfig::$selected_profiles = []
protected

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

Referenced by getSelectedProfiles().

◆ $skill_tree_id

int ilSkillExportConfig::$skill_tree_id = 0
protected

Definition at line 41 of file class.ilSkillExportConfig.php.

Referenced by getSkillTreeId(), and setSkillTreeId().

◆ MODE_PROFILES

const ilSkillExportConfig::MODE_PROFILES = "prof"

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

Referenced by ilSkillProfileGUI\exportProfiles().

◆ MODE_SKILLS

const ilSkillExportConfig::MODE_SKILLS = ""

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


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