ILIAS  trunk Revision v11.0_alpha-1838-g59fc79e306b
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

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

References ILIAS\FileDelivery\http().

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