19declare(strict_types=1);
45 protected GlobalContainer
$dic,
46 protected InternalEditorServices $internal_editor_services,
47 protected PathServices $path_services,
48 protected DataHelperServices $data_helper_services,
49 protected CopyrightServices $copyright_services,
50 protected PublishingServices $publishing_services
67 $this->internal_editor_services->manipulator(),
68 $this->path_services->pathFactory(),
69 $this->path_services->navigatorFactory(),
70 $this->internal_editor_services->vocabularyAdapter()
77 $this->path_services->pathFactory(),
78 $this->path_services->navigatorFactory(),
79 $this->dic->ui()->factory(),
80 $this->dic->refinery(),
81 $this->internal_editor_services->presenter(),
82 $this->pathCollection(),
83 $this->internal_editor_services->linkFactory(),
84 $this->copyrightHandler(),
85 $this->data_helper_services->dataHelper(),
86 $this->internal_editor_services->vocabularyAdapter()
93 $this->copyright_services->repository(),
95 $this->publishing_services->settings(),
96 $this->copyright_services->identifiersHandler()
103 $this->path_services->pathFactory()
Customizing of pimple-DIC for ILIAS.