ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjCourseVerificationListGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=0);
20 
26 {
27  public function init(): void
28  {
29  $this->delete_enabled = true;
30  $this->cut_enabled = true;
31  $this->copy_enabled = true;
32  $this->subscribe_enabled = false;
33  $this->link_enabled = false;
34  $this->info_screen_enabled = false;
35  $this->type = 'crsv';
36  $this->gui_class_name = ilObjCourseVerificationGUI::class;
37 
39  }
40 
41  public function getProperties(): array
42  {
43  global $DIC;
44 
45  $lng = $DIC->language();
46 
47  return [
48  [
49  'alert' => false,
50  'property' => $lng->txt('type'),
51  'value' => $lng->txt('wsp_list_crsv')
52  ]
53  ];
54  }
55 }
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...
Class ilObjCourseVerificationListGUI.
global $DIC
Definition: shib_login.php:22