23 public function init(): void
25 $this->copy_enabled =
true;
26 $this->delete_enabled =
true;
27 $this->cut_enabled =
true;
28 $this->subscribe_enabled =
true;
29 $this->link_enabled =
true;
30 $this->info_screen_enabled =
true;
32 $this->gui_class_name =
"ilobjmediacastgui";
40 $this->
ctrl->setParameterByClass(ilObjMediaCastGUI::class,
"ref_id", $this->ref_id);
41 $cmd_link = $this->
ctrl->getLinkTargetByClass([ilMediaCastHandlerGUI::class, ilObjMediaCastGUI::class], $cmd);
47 $this->child_id = $a_child_id;