ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Folder\InternalRepoService Class Reference

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\Folder\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 

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\Folder\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

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

References ILIAS\Folder\InternalRepoService\$data, and ILIAS\Folder\InternalRepoService\$db.

33  {
34  $this->data = $data;
35  $this->db = $db;
36  }

Field Documentation

◆ $data

InternalDataService ILIAS\Folder\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Folder\InternalRepoService::$db
protected

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