ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MediaPool\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\MediaPool\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, protected InternalDataService $data_service, protected InternalDomainService $domain_service)
 
 standardRequest ()
 
 clipboard ()
 
 settings ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 27 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaPool\InternalGUIService::__construct ( Container  $DIC,
protected InternalDataService  $data_service,
protected InternalDomainService  $domain_service 
)

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

36 {
37 $this->initGUIServices($DIC);
38 }
initGUIServices(\ILIAS\DI\Container $DIC)

References ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ clipboard()

ILIAS\MediaPool\InternalGUIService::clipboard ( )

Definition at line 48 of file class.InternalGUIService.php.

48 : GUIService
49 {
50 return self::$instance["clipboard"] ??= new GUIService(
51 $this->domain_service,
52 $this
53 );
54 }

◆ settings()

ILIAS\MediaPool\InternalGUIService::settings ( )

Definition at line 56 of file class.InternalGUIService.php.

57 : Settings\GUIService {
58 return self::$instance["settings"] ??= new Settings\GUIService(
59 $this->data_service,
60 $this->domain_service,
61 $this
62 );
63 }

Referenced by ilObjMediaPoolGUI\executeCommand().

+ Here is the caller graph for this function:

◆ standardRequest()

ILIAS\MediaPool\InternalGUIService::standardRequest ( )

Definition at line 40 of file class.InternalGUIService.php.

40 : StandardGUIRequest
41 {
42 return self::$instance["request"] ??= new StandardGUIRequest(
43 $this->http(),
44 $this->domain_service->refinery()
45 );
46 }
static http()
Fetches the global http state from ILIAS.

References ILIAS\FileDelivery\http().

+ Here is the call graph for this function:

Field Documentation

◆ $instance

array ILIAS\MediaPool\InternalGUIService::$instance = []
staticprotected

Definition at line 30 of file class.InternalGUIService.php.


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