ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 {
39 }

References ILIAS\Container\InternalDataService\$content_service.

Field Documentation

◆ $content_service

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

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