19 declare(strict_types=1);
50 $export_service =
new ExportService();
53 $this->services->OERHarvester()->settings(),
54 new ObjectHandler($this->services->dic()->repositoryTree()),
56 $this->services->dic()->user(),
60 $this->services->OERHarvester()->statusRepository(),
62 $this->services->copyright()->searcherFactory(),
63 $this->services->repository()->repository(),
65 $this->services->repository()->repository(),
66 $this->services->xml()->simpleDCWriter()
68 $this->services->dic()->logger()->meta()
74 return $this->services->OERHarvester()->settings();
79 return $this->services->copyright()->repository();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...