ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilOrgUnitExtensionListGUI.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected function initListActions(): void
27  {
28  $this->delete_enabled = true;
29  $this->cut_enabled = true;
30  $this->subscribe_enabled = false;
31  $this->link_enabled = false;
32  $this->info_screen_enabled = true;
33  $this->comments_enabled = false;
34  $this->notes_enabled = false;
35  $this->tags_enabled = false;
36  $this->timings_enabled = false;
37  }
38 
39  protected function isCommentsActivated(
40  string $type,
41  int $ref_id,
42  int $obj_id,
43  bool $header_actions,
44  bool $check_write_access = true
45  ): bool {
47  }
48 
52  public function enableComments(bool $value, bool $enable_comments_settings = true): void
53  {
54  }
55 
56  public function enableNotes(bool $value): void
57  {
58  }
59 
60  public function enableTags(bool $value): void
61  {
62  }
63 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
enableComments(bool $value, bool $enable_comments_settings=true)
Comments cannot be enabled.
isCommentsActivated(string $type, int $ref_id, int $obj_id, bool $header_actions, bool $check_write_access=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...