3declare(strict_types=0);
 
   22    public function init(): void
 
   25        $this->delete_enabled = 
true;
 
   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;
 
   40        $this->gui_class_name = 
'ilObjCloudGUI';
 
   47            'property' => $this->
lng->txt(
'status'),
 
   48            'value' => $this->
lng->txt(
'cld_abandoned'),
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getProperties()
Get item properties.