ILIAS  release_8 Revision v8.24
class.ilObjCloudListGUI.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=0);
21{
22 public function init(): void
23 {
24 // Only delete remains possible
25 $this->delete_enabled = true;
26
27 $this->static_link_enabled = false;
28 $this->cut_enabled = false;
29 $this->subscribe_enabled = false;
30 $this->link_enabled = false;
31 $this->copy_enabled = false;
32 $this->progress_enabled = false;
33 $this->info_screen_enabled = false;
34 $this->tags_enabled = false;
35 $this->comments_enabled = false;
36 $this->notes_enabled = false;
37 $this->timings_enabled = false;
38 $this->notice_properties_enabled = false;
39 $this->type = 'cld';
40 $this->gui_class_name = 'ilObjCloudGUI';
41 }
42
43 public function getProperties(): array
44 {
45 return [[
46 'alert' => true,
47 'property' => $this->lng->txt('status'),
48 'value' => $this->lng->txt('cld_abandoned'),
49 ]];
50 }
51}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProperties()
Get item properties.