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

Public Member Functions

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

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

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

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

40 {
41 $this->data_service = $data_service;
42 $this->domain_service = $domain_service;
43 $this->initGUIServices($DIC);
44 }
initGUIServices(\ILIAS\DI\Container $DIC)

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

+ Here is the call graph for this function:

Member Function Documentation

◆ standardRequest()

ILIAS\ItemGroup\InternalGUIService::standardRequest ( )

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

54 : StandardGUIRequest
55 {
56 return new StandardGUIRequest(
57 $this->http(),
58 $this->domain_service->refinery()
59 );
60 }
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\ItemGroup\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\ItemGroup\InternalGUIService::$domain_service
protected

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