29 public function init(): void
32 $this->ds->setDSPrefix(
"ds");
35 $this->config = $this->
getImport()->getConfig(
"components/ILIAS/MediaObjects");
36 if ($this->config->getUsePreviousImportIds()) {
37 $this->ds->setUsePreviousImportIds(
true);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Import configuration class parent class.