ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\MediaPool\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\MediaPool\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 clipboard ()
 
 mediapool (int $obj_id)
 
 tree (int $mep_obj_id)
 

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 31 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

42  {
43  $this->repo_service = $repo_service;
44  $this->data_service = $data_service;
45  $this->initDomainServices($DIC);
46  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ clipboard()

ILIAS\MediaPool\InternalDomainService::clipboard ( )

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

59  : Clipboard\ClipboardManager
60  {
61  return new Clipboard\ClipboardManager(
62  $this->repo_service->clipboard()
63  );
64  }

◆ mediapool()

ILIAS\MediaPool\InternalDomainService::mediapool ( int  $obj_id)

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

66  : MediaPoolManager
67  {
68  return new MediaPoolManager(
69  $this,
70  $obj_id
71  );
72  }

◆ tree()

ILIAS\MediaPool\InternalDomainService::tree ( int  $mep_obj_id)

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

74  : MediaPoolTree
75  {
76  return new MediaPoolTree($mep_obj_id);
77  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\MediaPool\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\MediaPool\InternalDomainService::$repo_service
protected

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