3 declare(strict_types=1);
33 public function init(): void
36 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
37 $this->ds->setDSPrefix(
"ds");
38 $this->config = $this->
getExport()->getConfig(
"Services/Skill");
39 $this->ds->setSelectedNodes($this->config->getSelectedNodes());
40 $this->ds->setSelectedProfiles($this->config->getSelectedProfiles());
41 $this->ds->setMode($this->config->getMode());
42 $this->ds->setSkillTreeId($this->config->getSkillTreeId());
50 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
60 "namespace" =>
"http://www.ilias.de/Services/Skill/skll/8_0",
61 "xsd_file" =>
"ilias_skll_8_0.xsd",
62 "uses_dataset" =>
true,
66 "namespace" =>
"http://www.ilias.de/Services/Skill/skll/7_0",
67 "xsd_file" =>
"ilias_skll_7_0.xsd",
68 "uses_dataset" =>
true,
72 "namespace" =>
"http://www.ilias.de/Services/Skill/skll/5_1",
73 "xsd_file" =>
"ilias_skll_5_1.xsd",
74 "uses_dataset" =>
true,
getValidSchemaVersions(string $a_entity)
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...