ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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.

References ILIAS\Repository\initGUIServices().

36  {
37  $this->initGUIServices($DIC);
38  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26
+ 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.

Referenced by ilObjMediaPoolGUI\executeCommand().

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

◆ standardRequest()

ILIAS\MediaPool\InternalGUIService::standardRequest ( )

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

References ILIAS\FileDelivery\http().

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.
+ 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: