19 declare(strict_types=1);
50 $this->domain_service->refinery()
54 public function imageMap(): ImageMap\GUIService
56 return new ImageMap\GUIService(
57 $this->domain_service,
62 public function creation(): Creation\GUIService
64 return new Creation\GUIService(
65 $this->domain_service,
72 return new SubTitles\GUIService(
73 $this->domain_service,
78 public function player(): Player\GUIService
80 return new Player\GUIService(
81 $this->domain_service,
86 public function video(): Video\GUIService
88 return new Video\GUIService(
89 $this->domain_service,
94 public function thumbs(): Thumbs\ThumbsGUI
96 return new Thumbs\ThumbsGUI(
97 $this->domain_service,
initGUIServices(\ILIAS\DI\Container $DIC)
trait GlobalDICGUIServices
static http()
Fetches the global http state from ILIAS.