29 public function init(): void
32 $this->ds->initByExporter($this);
33 $this->ds->setDSPrefix(
"ds");
34 $this->config = $this->
getExport()->getConfig(
"components/ILIAS/MediaPool");
35 if ($this->config->getMasterLanguageOnly()) {
36 $conf = $this->
getExport()->getConfig(
"components/ILIAS/COPage");
37 $conf->setMasterLanguageOnly(
true, $this->config->getIncludeMedia());
38 $this->ds->setMasterLanguageOnly(
true);
44 string $a_target_release,
49 foreach ($a_ids as
$id) {
51 foreach ($m_ids as $m) {
56 if ($this->config->getMasterLanguageOnly()) {
62 "component" =>
"components/ILIAS/MediaObjects",
70 string $a_target_release,
75 foreach ($a_ids as
$id) {
77 foreach ($pages as $p) {
78 $pg_ids[] =
"mep:" . $p;
84 "component" =>
"components/ILIAS/COPage",
89 if (!$this->config->getMasterLanguageOnly()) {
91 "component" =>
"components/ILIAS/ILIASObject",
95 "component" =>
"components/ILIAS/ILIASObject",
96 "entity" =>
"transl_entry",
101 "component" =>
"components/ILIAS/ILIASObject",
106 foreach ($a_ids as $id) {
107 $md_ids[] = $id .
':0:mep';
109 if (!empty($md_ids)) {
111 'component' =>
'components/ILIAS/MetaData',
122 string $a_schema_version,
125 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
132 "namespace" =>
"https://www.ilias.de/Modules/MediaPool/mep/5_1",
133 "xsd_file" =>
"ilias_mep_5_1.xsd",
134 "uses_dataset" =>
true,
138 "namespace" =>
"https://www.ilias.de/Modules/MediaPool/mep/4_1",
139 "xsd_file" =>
"ilias_mep_4_1.xsd",
140 "uses_dataset" =>
true,
Export configuration class parent class.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins