Пример #1
0
 /**
  * initialisation
  */
 public function init()
 {
     global $lng;
     $this->copy_enabled = false;
     $this->delete_enabled = true;
     $this->cut_enabled = false;
     $this->subscribe_enabled = true;
     $this->link_enabled = false;
     $this->payment_enabled = false;
     $this->info_screen_enabled = true;
     $this->timings_enabled = true;
     $this->type = "cld";
     $this->gui_class_name = "ilobjcloudgui";
     // general commands array
     include_once './Modules/Cloud/classes/class.ilObjCloudAccess.php';
     $this->commands = ilObjCloudAccess::_getCommands();
     $lng->loadLanguageModule("cld");
 }