19declare(strict_types=1);
40 protected PublishingServices $publishing_services,
47 $this->dic->logger()->meta(),
49 $http_wrapper =
new HTTPWrapper(
51 $this->dic->refinery()
53 new RequestParser($http_wrapper),
57 $this->publishing_services->exposedRecordsRepository(),
Customizing of pimple-DIC for ILIAS.