4 include_once(
'./Modules/Cloud/exceptions/class.ilCloudException.php');
5 include_once(
'class.ilCloudPluginItemCreationListGUI.php');
6 include_once(
'class.ilCloudPluginActionListGUI.php');
7 include_once(
'class.ilCloudPlugin.php');
8 include_once(
'class.ilCloudPluginInitGUI.php');
9 include_once(
'class.ilCloudPluginSettingsGUI.php');
10 include_once(
'class.ilCloudPluginService.php');
11 include_once(
'class.ilCloudPluginFileTreeGUI.php');
12 include_once(
'class.ilCloudPluginUploadGUI.php');
13 include_once(
'class.ilCloudPluginDeleteGUI.php');
14 include_once(
'class.ilCloudPluginCreateFolderGUI.php');
15 include_once(
'class.ilCloudPluginHeaderActionGUI.php');
16 include_once(
'class.ilCloudPluginCreationGUI.php');
17 include_once(
'class.ilCloudPluginInfoScreenGUI.php');
40 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
42 $cloud_services = $ilPluginAdmin->getActivePluginsForSlot(
"Modules",
"Cloud",
"cldh");
43 if (!$cloud_services) {
46 $services_names = array();
47 foreach ($cloud_services as
$service) {
51 return $services_names;
83 if (file_exists(
"./Customizing/global/plugins/Modules/Cloud/CloudHook/" . $service_name .
"/classes/class.il" . $service_name . $class_name .
".php")) {
84 include_once(
"./Customizing/global/plugins/Modules/Cloud/CloudHook/" . $service_name .
"/classes/class.il" . $service_name . $class_name .
".php");
85 $class_full_name =
"il" . $service_name . $class_name;
87 return $class_full_name;
90 return "ilCloudPlugin" . $class_name;
104 if (!$service_name) {
111 return new $class_name($service_name, $obj_id);
128 return new $class_name($service_name, $obj_id);
142 return new $class_name($service_name);
156 return new $class_name($plugin_service_class);
170 return new $class_name($plugin_service_class);
184 return new $class_name($plugin_service_class);
198 return new $class_name($plugin_service_class);
213 return new $class_name($plugin_service_class, $file_tree);
227 return new $class_name($plugin_service_class);
241 return new $class_name($plugin_service_class);
254 return new $class_name($plugin_service_class);
267 return new $class_name($plugin_service_class);
280 return new $class_name($plugin_service_class);
293 return new $class_name($plugin_service_class);
getPluginHookObject()
For shorter access.
ilCloudConnector class Needed to check if a a plugin making a conncection to a service like GoogleDri...
const NO_SERVICE_SELECTED
static getActionListGUIClass(ilCloudPluginService $plugin_service_class)
static getInitGUIClass(ilCloudPluginService $plugin_service_class)
static getDeleteGUIClass(ilCloudPluginService $plugin_service_class)
static getUploadGUIClass(ilCloudPluginService $plugin_service_class)
static getCreateFolderGUIClass(ilCloudPluginService $plugin_service_class)
static getFileTreeGUIClass(ilCloudPluginService $plugin_service_class, ilCloudFileTree $file_tree)
static getActiveServices()
static getPluginClass($service_name, $obj_id)
static checkServiceActive($name)
Class ilCloudPluginService.
static getFullClassName($service_name, $class_name)
static getPluginHookClass($service_name)
static getHeaderActionGUIClass(ilCloudPluginService $plugin_service_class)
static getServiceClass($service_name, $obj_id, $connect=true)
static getInfoScreenGUIClass(ilCloudPluginService $plugin_service_class)
static getSettingsGUIClass(ilCloudPluginService $plugin_service_class)
static getCreationGUIClass(ilCloudPluginService $plugin_service_class)
static getItemCreationListGUIClass(ilCloudPluginService $plugin_service_class)