19 declare(strict_types=1);
34 public function init(): void
38 $this->static_link_enabled =
true;
39 $this->delete_enabled =
true;
40 $this->cut_enabled =
false;
41 $this->info_screen_enabled =
false;
42 $this->copy_enabled =
false;
43 $this->subscribe_enabled =
false;
44 $this->link_enabled =
false;
47 $this->gui_class_name = strtolower(self::class);
61 $this->
ctrl->setParameterByClass(strtolower(ilObjEmployeeTalkSeriesGUI::class),
"ref_id", $this->ref_id);
62 return $this->
ctrl->getLinkTargetByClass(strtolower(ilObjEmployeeTalkSeriesGUI::class), $cmd);
Class ilTalkTemplateListGUI.
getCommandLink(string $cmd)
static _getCommands()
get commands
insertCommonSocialCommands(bool $header_actions=false)