ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
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
Definition at line 26 of file class.ilSkillExportConfig.php.
ilSkillExportConfig::getMode | ( | ) |
ilSkillExportConfig::getSelectedNodes | ( | ) |
Definition at line 64 of file class.ilSkillExportConfig.php.
References $selected_nodes.
ilSkillExportConfig::getSelectedProfiles | ( | ) |
Definition at line 80 of file class.ilSkillExportConfig.php.
References $selected_profiles.
ilSkillExportConfig::getSkillTreeId | ( | ) |
ilSkillExportConfig::setMode | ( | string | $a_val | ) |
Definition at line 43 of file class.ilSkillExportConfig.php.
ilSkillExportConfig::setSelectedNodes | ( | array | $a_val | ) |
int[] | $a_val |
Definition at line 56 of file class.ilSkillExportConfig.php.
ilSkillExportConfig::setSelectedProfiles | ( | array | $a_val | ) |
int[] | $a_val (profile ids) |
Definition at line 72 of file class.ilSkillExportConfig.php.
ilSkillExportConfig::setSkillTreeId | ( | int | $skill_tree_id | ) |
|
protected |
Definition at line 40 of file class.ilSkillExportConfig.php.
Referenced by getMode().
|
protected |
Definition at line 34 of file class.ilSkillExportConfig.php.
Referenced by getSelectedNodes().
|
protected |
Definition at line 39 of file class.ilSkillExportConfig.php.
Referenced by getSelectedProfiles().
|
protected |
Definition at line 41 of file class.ilSkillExportConfig.php.
Referenced by getSkillTreeId(), and setSkillTreeId().
const ilSkillExportConfig::MODE_PROFILES = "prof" |
Definition at line 29 of file class.ilSkillExportConfig.php.
Referenced by ilSkillProfileGUI\exportProfiles().
const ilSkillExportConfig::MODE_SKILLS = "" |
Definition at line 28 of file class.ilSkillExportConfig.php.