3 declare(strict_types=1);
42 $this->_dataset->setExportDirectories($this->dir_relative, $this->dir_absolute);
43 $this->_dataset->setDSPrefix(
"ds");
53 public function init(): void
62 return $this->_dataset->getCmiXapiXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
72 "namespace" =>
"http://www.ilias.de/Modules/CmiXapi/cmix/5_1",
73 "xsd_file" =>
"xml/ilias_cmix_5_1.xsd",
74 "uses_dataset" =>
true,
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidSchemaVersions(string $a_entity)
ilCmiXapiDataSet $_dataset
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
Get xml representation.
__construct(Container $dic, ilPlugin $plugin)