3 declare(strict_types=1);
48 return new StandardGUIRequest(
50 $this->domain_service->refinery()
54 public function content(): Content\GUIService
56 return new Content\GUIService(
58 $this->domain_service,
65 return new Classification\GUIService(
66 $this->domain_service,
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initGUIServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
InternalDataService $data_service
trait GlobalDICGUIServices
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Repository internal data service.
static http()
Fetches the global http state from ILIAS.
__construct(DI\Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
InternalDomainService $domain_service