aboutsummaryrefslogtreecommitdiff
path: root/lib/elearning/Ilias5ConnectedCMS.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elearning/Ilias5ConnectedCMS.php')
-rw-r--r--lib/elearning/Ilias5ConnectedCMS.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/elearning/Ilias5ConnectedCMS.php b/lib/elearning/Ilias5ConnectedCMS.php
new file mode 100644
index 0000000..011d046
--- /dev/null
+++ b/lib/elearning/Ilias5ConnectedCMS.php
@@ -0,0 +1,21 @@
+<?php
+# Lifter002: TODO
+# Lifter007: TODO
+# Lifter003: TODO
+# Lifter010: TODO
+
+/**
+ * main-class for connection to ILIAS 5.2
+ *
+ * This class contains the main methods of the elearning-interface to connect to ILIAS 5. Extends Ilias3ConnectedCMS.
+ *
+ * @author Arne Schröder <schroeder@data-quest.de>
+ * @access public
+ * @modulegroup elearning_interface_modules
+ * @module Ilias5ConnectedCMS
+ * @package ELearning-Interface
+ */
+class Ilias5ConnectedCMS extends Ilias4ConnectedCMS
+{
+
+}