19declare(strict_types=1);
43 protected GlobalContainer
$dic,
44 protected InternalEditorServices $internal_editor_services,
45 protected PathServices $path_services,
46 protected RepositoryServices $repository_services,
47 protected DataHelperServices $data_helper_services
55 $this->path_services->navigatorFactory(),
57 $this->
internal()->actions(),
58 $this->
internal()->formFactory()
61 $this->
internal()->actions(),
62 $this->
internal()->tableFactory()
65 $this->
internal()->actions(),
66 $this->
internal()->propertiesFetcher(),
67 $ui_factory = $this->dic->ui()->factory(),
68 $presenter = $this->internal_editor_services->presenter()
71 $this->
internal()->actions(),
83 $this->internal()->formFactory(),
84 $this->path_services->pathFactory(),
85 $this->path_services->navigatorFactory()
91 return $this->internal_services ??=
new FullEditorInternalServices(
Customizing of pimple-DIC for ILIAS.