Definition at line 34 of file Initiator.php.
◆ __construct()
ILIAS\MetaData\OERHarvester\Initiator::__construct |
( |
GlobalContainer |
$dic | ) |
|
◆ copyrightRepository()
ILIAS\MetaData\OERHarvester\Initiator::copyrightRepository |
( |
| ) |
|
Definition at line 77 of file Initiator.php.
79 return $this->services->copyright()->repository();
◆ harvester()
ILIAS\MetaData\OERHarvester\Initiator::harvester |
( |
| ) |
|
Definition at line 44 of file Initiator.php.
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(),
61 new DatabaseRepository($this->services->dic()->database()),
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()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ settings()
ILIAS\MetaData\OERHarvester\Initiator::settings |
( |
| ) |
|
Definition at line 72 of file Initiator.php.
74 return $this->services->OERHarvester()->settings();
◆ $services
The documentation for this class was generated from the following file: