19declare(strict_types=1);
43 protected GlobalContainer
$dic,
44 protected PathServices $path_services,
45 protected StructureServices $structure_services,
46 protected RepositoryServices $repository_services,
47 protected ManipulatorServices $manipulator_services,
48 protected PresentationServices $presentation_services,
49 protected VocabulariesServices $vocabularies_services,
50 protected DataHelperServices $data_helper_services,
51 protected CopyrightServices $copyright_services,
52 protected PublishingServices $publishing_services
58 return $this->full_editor_services ??=
new FullEditorServices(
63 $this->data_helper_services
67 public function digest(): DigestServices
69 return $this->digest_services ??=
new DigestServices(
73 $this->data_helper_services,
74 $this->copyright_services,
75 $this->publishing_services
Customizing of pimple-DIC for ILIAS.