ILIAS  release_8 Revision v8.23
ILIAS\COPage\PC\RepoService Class Reference

Page component repos. More...

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

Public Member Functions

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

Protected Attributes

ilDBInterface $db
 
InternalDataService $data
 

Detailed Description

Page component 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\PC\RepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

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

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

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

Member Function Documentation

◆ mediaMap()

ILIAS\COPage\PC\RepoService::mediaMap ( )

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

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

Field Documentation

◆ $data

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

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

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

◆ $db

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

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

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


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