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

Wiki repo service. More...

+ Collaboration diagram for ILIAS\Wiki\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

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

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

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

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

Field Documentation

◆ $data

InternalDataService ILIAS\Wiki\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Wiki\InternalRepoService::$db
protected

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