blob: 011d046da467060ab4e3d4a5d082b9406ebac5fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
{
}
|