ILIAS  release_8 Revision v8.24
class.ilObjSCORMVerificationListGUI.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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 = 'scov';
36 $this->gui_class_name = ilObjSCORMVerificationGUI::class;
37
39 }
40
44 public function getProperties(): array
45 {
46 global $DIC;
47 $lng = $DIC->language();
48
49 return [
50 [
51 'alert' => false,
52 'property' => $lng->txt('type'),
53 'value' => $lng->txt('wsp_list_scov')
54 ]
55 ];
56 }
57}
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28