ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...