ILIAS  release_8 Revision v8.24
class.ilObjPortfolioTemplateListGUI.php
Go to the documentation of this file.
1<?php
2
24{
25 public function init(): void
26 {
27 $this->copy_enabled = true;
28 $this->delete_enabled = true;
29 $this->cut_enabled = true;
30 $this->subscribe_enabled = true;
31 $this->link_enabled = true;
32 $this->info_screen_enabled = true;
33 $this->type = "prtt";
34 $this->gui_class_name = "ilobjportfoliotemplategui";
35
36 // general commands array
38 }
39
40 public function getProperties(): array
41 {
43
44 $props = array();
45
47 $props[] = array(
48 "alert" => true,
49 "property" => $lng->txt("status"),
50 "value" => $lng->txt("offline")
51 );
52 }
53
54 return $props;
55 }
56}
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...