ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Blog\InternalRepoService Class Reference
+ Collaboration diagram for ILIAS\Blog\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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

Field Documentation

◆ $data

InternalDataService ILIAS\Blog\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Blog\InternalRepoService::$db
protected

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