28 public function init(): void
30 $this->copy_enabled =
true;
31 $this->delete_enabled =
true;
32 $this->cut_enabled =
true;
33 $this->subscribe_enabled =
true;
34 $this->link_enabled =
true;
35 $this->info_screen_enabled =
true;
37 $this->gui_class_name =
"ilobjmediacastgui";
61 $props[] = array(
"alert" =>
true,
"property" =>
$lng->
txt(
"status"),
62 "value" =>
$lng->
txt(
"offline"));
70 $this->
ctrl->setParameterByClass(ilMediaCastHandlerGUI::class,
"ref_id", $this->ref_id);
71 $cmd_link = $this->
ctrl->getLinkTargetByClass([ilMediaCastHandlerGUI::class, ilObjMediaCastGUI::class], $cmd);
77 $this->child_id = $a_child_id;
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...