ILIAS  release_8 Revision v8.24
ILIAS\MediaObjects\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\MediaObjects\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 imageMap ()
 
 mediaType ()
 
 tracking ()
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaObjects\InternalDomainService::__construct ( Container  $DIC,
InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

Definition at line 39 of file class.InternalDomainService.php.

43 {
44 $this->repo_service = $repo_service;
45 $this->data_service = $data_service;
46 $this->initDomainServices($DIC);
47 }
initDomainServices(\ILIAS\DI\Container $DIC)

References ILIAS\MediaObjects\InternalDomainService\$data_service, ILIAS\MediaObjects\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ imageMap()

ILIAS\MediaObjects\InternalDomainService::imageMap ( )

Definition at line 60 of file class.InternalDomainService.php.

60 : ImageMapManager
61 {
62 return new ImageMapManager(
63 $this->repo_service->imageMap()
64 );
65 }

◆ mediaType()

ILIAS\MediaObjects\InternalDomainService::mediaType ( )

Definition at line 67 of file class.InternalDomainService.php.

67 : MediaTypeManager
68 {
69 return new MediaTypeManager();
70 }

Referenced by ilMediaObjectsPlayerWrapperGUI\__construct().

+ Here is the caller graph for this function:

◆ tracking()

ILIAS\MediaObjects\InternalDomainService::tracking ( )

Definition at line 72 of file class.InternalDomainService.php.

72 : TrackingManager
73 {
74 return new TrackingManager(
75 $this
76 );
77 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\MediaObjects\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\MediaObjects\InternalDomainService::$repo_service
protected

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