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

Public Member Functions

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

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

38 {
39 $this->data_service = $data_service;
40 $this->domain_service = $domain_service;
41 $this->initGUIServices($DIC);
42 }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

References ILIAS\Help\InternalGUIService\$data_service, ILIAS\Help\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ standardRequest()

ILIAS\Help\InternalGUIService::standardRequest ( )

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

44 : StandardGUIRequest
45 {
46 return new StandardGUIRequest(
47 $this->http(),
48 $this->domain_service->refinery()
49 );
50 }
static http()
Fetches the global http state from ILIAS.

References ILIAS\FileDelivery\http().

+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\Help\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Help\InternalGUIService::$domain_service
protected

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