ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjTalkTemplateAdministrationListGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
30{
34 public function init(): void
35 {
37
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;
45
46 $this->type = "talt";
47 $this->gui_class_name = strtolower(ilObjTalkTemplateAdministrationGUI::class);
49 }
50
51
52 public function insertTimingsCommand(): void
53 {
54 }
55
56 public function insertCommonSocialCommands(bool $header_actions = false): void
57 {
58 }
59
65 //public function getCommandLink(string $a_cmd): string
66 //{
67 // $this->ctrl->setParameterByClass(strtolower(ilObjEmployeeTalkGUI::class), "ref_id", $this->ref_id);
68 // return $this->ctrl->getLinkTargetByClass(strtolower(ilObjEmployeeTalkGUI::class), $a_cmd);
69 //}
70}
insertTimingsCommand()
ks, 23 OCT 2023: This function is badly named and it already was before the changes made today.
insertCommonSocialCommands(bool $header_actions=false)
Insert common social commands (comments, notes, tagging)