19declare(strict_types=1);
51 $this->domain_service->refinery()
59 $this->domain_service,
67 $this->domain_service,
72 public function filter(): Filter\GUIService
74 return self::$instance[
"filter"] ??=
new Filter\GUIService(
76 $this->domain_service,
Repository internal data service.
__construct(DI\Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
InternalDomainService $domain_service
InternalDataService $data_service
Customizing of pimple-DIC for ILIAS.
trait GlobalDICGUIServices
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
initGUIServices(\ILIAS\DI\Container $DIC)