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

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\Container\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 content ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Repository internal repo service.

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ content()

ILIAS\Container\InternalRepoService::content ( )

Definition at line 38 of file class.InternalRepoService.php.

38  : Content\RepoService
39  {
40  return new Content\RepoService(
41  $this->data,
42  $this->db
43  );
44  }

Field Documentation

◆ $data

InternalDataService ILIAS\Container\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Container\InternalRepoService::$db
protected

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