4 include_once
"./Services/Repository/classes/class.ilObjectPluginListGUI.php";
23 $this->copy_enabled =
false;
24 $this->delete_enabled =
true;
25 $this->cut_enabled =
false;
26 $this->subscribe_enabled =
true;
27 $this->link_enabled =
false;
28 $this->payment_enabled =
false;
29 $this->info_screen_enabled =
true;
30 $this->timings_enabled =
true;
32 $this->gui_class_name =
"ilobjcloudgui";
35 include_once(
'./Modules/Cloud/classes/class.ilObjCloudAccess.php');
37 $lng->loadLanguageModule(
"cld");
49 include_once(
'./Modules/Cloud/classes/class.ilObjCloudAccess.php');
52 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
53 "value" => $lng->txt(
"cld_not_authenticated_offline"));
57 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
58 "value" => $lng->txt(
"offline"));
static checkOnline($a_id)
static checkAuthStatus($a_id)