ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilDataCollectionOutboundsAdapter Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilDataCollectionOutboundsAdapter:
+ Collaboration diagram for ilDataCollectionOutboundsAdapter:

Public Member Functions

 getDataCollectionUi ()
 
 getDataCollectionAccess ()
 
 getDataCollectionEndpoint ()
 

Static Public Member Functions

static new ()
 

Private Member Functions

 __construct ()
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 19 of file class.ilDataCollectionOutboundsAdapter.php.

Constructor & Destructor Documentation

◆ __construct()

ilDataCollectionOutboundsAdapter::__construct ( )
private

Definition at line 21 of file class.ilDataCollectionOutboundsAdapter.php.

22  {
23  }

Member Function Documentation

◆ getDataCollectionAccess()

ilDataCollectionOutboundsAdapter::getDataCollectionAccess ( )

Implements ilDataCollectionOutboundsPort.

Definition at line 35 of file class.ilDataCollectionOutboundsAdapter.php.

References ilDataCollectionAccessAdapter\new().

Referenced by ilDclDetailedViewGUI\init(), and ilDclRecordListGUI\init().

36  {
38  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getDataCollectionEndpoint()

ilDataCollectionOutboundsAdapter::getDataCollectionEndpoint ( )

Implements ilDataCollectionOutboundsPort.

Definition at line 40 of file class.ilDataCollectionOutboundsAdapter.php.

References ilDataCollectionEndpointAdapter\new().

Referenced by ilDclDetailedViewGUI\init().

41  {
43  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getDataCollectionUi()

ilDataCollectionOutboundsAdapter::getDataCollectionUi ( )

Implements ilDataCollectionOutboundsPort.

Definition at line 30 of file class.ilDataCollectionOutboundsAdapter.php.

References ilDataCollectionUiAdapter\new().

Referenced by ilDclDetailedViewGUI\init(), and ilDclRecordListGUI\init().

31  {
33  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ new()

static ilDataCollectionOutboundsAdapter::new ( )
static

Definition at line 25 of file class.ilDataCollectionOutboundsAdapter.php.

Referenced by ilDclDetailedViewGUI\__construct(), ilDclRecordListGUI\__construct(), and ilObjDataCollectionGUI\_goto().

25  : self
26  {
27  return new self();
28  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: