4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Services/Skill/classes/class.ilSkillDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
26 $this->config = $this->
getExport()->getConfig(
"Services/Skill");
27 $this->ds->setSelectedNodes($this->config->getSelectedNodes());
28 $this->ds->setSelectedProfiles($this->config->getSelectedProfiles());
29 $this->ds->setMode($this->config->getMode());
69 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
83 "namespace" =>
"http://www.ilias.de/Services/Skill/skll/5_1",
84 "xsd_file" =>
"ilias_skll_5_1.xsd",
85 "uses_dataset" =>
true,
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
Exporter class for skills.
Create styles array
The data for the language used.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.