ILIAS  release_8 Revision v8.24
ILIAS\MediaObjects\InternalRepoService Class Reference

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\MediaObjects\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 imageMap ()
 
 usage ()
 

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 30 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ imageMap()

ILIAS\MediaObjects\InternalRepoService::imageMap ( )

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

50 : ImageMapEditSessionRepository
51 {
52 return new ImageMapEditSessionRepository();
53 }

◆ usage()

ILIAS\MediaObjects\InternalRepoService::usage ( )

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

55 : UsageDBRepository
56 {
57 return new UsageDBRepository($this->db);
58 }

Field Documentation

◆ $data

InternalDataService ILIAS\MediaObjects\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\MediaObjects\InternalRepoService::$db
protected

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