19 declare(strict_types=1);
47 $this->notes_gui = $DIC->notes()->gui();
60 return new StandardGUIRequest(
62 $this->domain_service->refinery()
68 return new \ilObjMediaCastGUI(
78 return new \ilMediaCastManageTableGUI($gui, $table_cmd);
81 public function comments(): Comments\GUIService
83 return new Comments\GUIService(
84 $this->domain_service,
92 return new GUIService(
94 $this->domain_service,
initGUIServices(\ILIAS\DI\Container $DIC)
trait GlobalDICGUIServices
static http()
Fetches the global http state from ILIAS.