19 declare(strict_types=1);
36 private \ILIAS\DI\Container
$DIC;
45 return $this->
DIC->repositoryTree();
50 return $this->
DIC->access();
55 return $this->
DIC->rbac();
60 return $this->
DIC->language();
65 return $this->
DIC->user();
70 return $this->
DIC->logger();
75 return $this->
DIC->refinery();
80 return $this->
DIC->filesystem();
85 return $this->
DIC->resourceStorage();
90 return $this->
DIC->event();
95 return $this->
DIC->settings();
100 return $this->
DIC[
"objDefinition"];
117 return $this->
DIC[
"ilObjDataCache"];
122 return $this->
DIC->backgroundTasks();
128 $this->
DIC->archives(),
129 $this->
DIC->legacyArchives()
135 return $this->
DIC[
'static_url'];
Provides fluid interface to LoggingServices.
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initDomainServices(\ILIAS\DI\Container $DIC)
Customizing of pimple-DIC for ILIAS.
parses the objects.xml it handles the xml-description of all ilias objects
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
The Filesystems interface defines the access methods which can be used to fetch the different filesys...