ILIAS  release_8 Revision v8.23
ILIAS\Awareness\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Awareness\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 widget ()
 
 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\Awareness\InternalGUIService::__construct ( Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

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

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

40  {
41  $this->data_service = $data_service;
42  $this->domain_service = $domain_service;
43  $this->initGUIServices($DIC);
44  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ standardRequest()

ILIAS\Awareness\InternalGUIService::standardRequest ( )

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

References ILIAS\FileDelivery\http().

55  : StandardGUIRequest
56  {
57  return new StandardGUIRequest(
58  $this->http(),
59  $this->domain_service->refinery()
60  );
61  }
static http()
Fetches the global http state from ILIAS.
+ Here is the call graph for this function:

◆ widget()

ILIAS\Awareness\InternalGUIService::widget ( )

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

47  {
48  return new \ilAwarenessGUI(
49  $this->data_service,
50  $this->domain_service,
51  $this
52  );
53  }
Awareness GUI class.

Field Documentation

◆ $data_service

InternalDataService ILIAS\Awareness\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Awareness\InternalGUIService::$domain_service
protected

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