ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Portfolio\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Portfolio\InternalGUIService:

Public Member Functions

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

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Portfolio\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

◆ settings()

ILIAS\Portfolio\InternalGUIService::settings ( )

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

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

◆ standardRequest()

ILIAS\Portfolio\InternalGUIService::standardRequest ( )

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

References ILIAS\FileDelivery\http().

40  : StandardGUIRequest
41  {
42  return 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\Portfolio\InternalGUIService::$instance = []
staticprotected

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


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