ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Export\InternalDataService Class Reference
+ Collaboration diagram for ILIAS\Export\InternalDataService:

Public Member Functions

 __construct ()
 
 html ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\InternalDataService::__construct ( )

Definition at line 28 of file class.InternalDataService.php.

29  {
30  }

Member Function Documentation

◆ html()

ILIAS\Export\InternalDataService::html ( )

Definition at line 32 of file class.InternalDataService.php.

32  : HTML\DataService
33  {
34  return self::$instance['html'] ??= new HTML\DataService();
35  }

Field Documentation

◆ $instance

array ILIAS\Export\InternalDataService::$instance = []
staticprotected

Definition at line 27 of file class.InternalDataService.php.


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