3 declare(strict_types=1);
34 private \ILIAS\DI\Container
$DIC;
43 return $this->
DIC->repositoryTree();
48 return $this->
DIC->access();
53 return $this->
DIC->rbac();
58 return $this->
DIC->language();
63 return $this->
DIC->user();
68 return $this->
DIC->logger();
73 return $this->
DIC->refinery();
78 return $this->
DIC->filesystem();
83 return $this->
DIC->resourceStorage();
88 return $this->
DIC->event();
93 return $this->
DIC->settings();
98 return $this->
DIC[
"objDefinition"];
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.