ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Container\InternalDataService Class Reference

Repository internal data service. More...

+ Collaboration diagram for ILIAS\Container\InternalDataService:

Public Member Functions

 __construct ()
 
 content ()
 

Protected Attributes

Content DataService $content_service
 

Detailed Description

Repository internal data service.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\InternalDataService::__construct ( )

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

32  {
33  $this->content_service = new Content\DataService();
34  }

Member Function Documentation

◆ content()

ILIAS\Container\InternalDataService::content ( )

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

36  : Content\DataService
37  {
38  return $this->content_service;
39  }

Field Documentation

◆ $content_service

Content DataService ILIAS\Container\InternalDataService::$content_service
protected

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


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