ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
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 ()
 
 permanentLink (int $ref_id=0)
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 28 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 33 of file class.InternalGUIService.php.

37 {
38 $this->initGUIServices($DIC);
39 }
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 49 of file class.InternalGUIService.php.

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

◆ permanentLink()

ILIAS\MediaPool\InternalGUIService::permanentLink ( int  $ref_id = 0)

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

68 : PermanentLinkManager {
69 return new PermanentLinkManager(
70 $this->domain_service->staticUrl(),
71 $this,
73 );
74 }
$ref_id
Definition: ltiauth.php:66

◆ settings()

ILIAS\MediaPool\InternalGUIService::settings ( )

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

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

Referenced by ilObjMediaPoolGUI\executeCommand().

+ Here is the caller graph for this function:

◆ standardRequest()

ILIAS\MediaPool\InternalGUIService::standardRequest ( )

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

41 : StandardGUIRequest
42 {
43 return self::$instance["request"] ??= new StandardGUIRequest(
44 $this->http(),
45 $this->domain_service->refinery()
46 );
47 }
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 31 of file class.InternalGUIService.php.


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