19 declare(strict_types=1);
45 if ($config ===
null) {
48 $this->adaptor_factory =
new Factory();
59 $this->containers[$for_container->
getContainerKey()] = $this->
new($for_container);
66 if (!$this->config->isActivated()) {
71 $for_container->isForced() ===
false 72 && !in_array(
Config::ALL, $this->config->getActivatedContainerKeys(),
true)
73 && !in_array($for_container->getContainerKey(), $this->config->getActivatedContainerKeys(),
true)
87 if ($this->adaptor ===
null) {
88 $this->adaptor = $this->adaptor_factory->getWithConfig($this->config);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(private ?Config $config=null,)
ensureContainer(Request $for_container)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
flushContainer(Request $container_request)