ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\COPage\Editor\RepoService Class Reference

Editor repos. More...

+ Collaboration diagram for ILIAS\COPage\Editor\RepoService:

Public Member Functions

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

Protected Attributes

ilDBInterface $db
 
InternalDataService $data
 

Detailed Description

Editor repos.

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

Definition at line 29 of file class.RepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\Editor\RepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Definition at line 34 of file class.RepoService.php.

References ILIAS\COPage\Editor\RepoService\$data, and ILIAS\COPage\Editor\RepoService\$db.

37  {
38  $this->db = $db;
39  $this->data = $data;
40  }

Member Function Documentation

◆ edit()

ILIAS\COPage\Editor\RepoService::edit ( )

Definition at line 42 of file class.RepoService.php.

42  : EditSessionRepository
43  {
44  return new EditSessionRepository();
45  }

Field Documentation

◆ $data

InternalDataService ILIAS\COPage\Editor\RepoService::$data
protected

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

Referenced by ILIAS\COPage\Editor\RepoService\__construct().

◆ $db

ilDBInterface ILIAS\COPage\Editor\RepoService::$db
protected

Definition at line 31 of file class.RepoService.php.

Referenced by ILIAS\COPage\Editor\RepoService\__construct().


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