ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\Help\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Help\InternalGUIService:

Public Member Functions

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

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

References ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ guidedTour()

ILIAS\Help\InternalGUIService::guidedTour ( )

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

51 {
52 return self::$instance["guided_gui"] ??= new GuidedTour\InternalGUIService(
53 $this->DIC,
54 $this->data_service->guidedTour(),
55 $this->domain_service->guidedTour()
56 );
57 }

◆ standardRequest()

ILIAS\Help\InternalGUIService::standardRequest ( )

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

42 : StandardGUIRequest
43 {
44 return new StandardGUIRequest(
45 $this->http(),
46 $this->domain_service->refinery()
47 );
48 }
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\Help\InternalGUIService::$instance = []
staticprotected

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


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