ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\MediaCast\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\MediaCast\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 standardRequest ()
 
 getObjMediaCastGUI ()
 
 getMediaCastManageTableGUI (\ilObjMediaCastGUI $gui, string $table_cmd)
 
 comments ()
 

Protected Attributes

ILIAS Notes GUIService $notes_gui
 
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 30 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\MediaCast\InternalGUIService\$data_service, ILIAS\MediaCast\InternalGUIService\$domain_service, ILIAS\Repository\initGUIServices(), and ILIAS\DI\Container\notes().

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

Member Function Documentation

◆ comments()

ILIAS\MediaCast\InternalGUIService::comments ( )

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

80  : Comments\GUIService
81  {
82  return new Comments\GUIService(
83  $this->domain_service,
84  $this,
85  $this->notes_gui
86  );
87  }

◆ getMediaCastManageTableGUI()

ILIAS\MediaCast\InternalGUIService::getMediaCastManageTableGUI ( \ilObjMediaCastGUI  $gui,
string  $table_cmd 
)

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

76  {
77  return new \ilMediaCastManageTableGUI($gui, $table_cmd);
78  }

◆ getObjMediaCastGUI()

ILIAS\MediaCast\InternalGUIService::getObjMediaCastGUI ( )

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

References ILIAS\MediaCast\InternalGUIService\standardRequest().

66  {
67  return new \ilObjMediaCastGUI(
68  "",
69  $this->standardRequest()->getRefId(),
70  true,
71  false
72  );
73  }
+ Here is the call graph for this function:

◆ standardRequest()

ILIAS\MediaCast\InternalGUIService::standardRequest ( )

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

References ILIAS\FileDelivery\http().

Referenced by ILIAS\MediaCast\InternalGUIService\getObjMediaCastGUI().

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

Field Documentation

◆ $data_service

InternalDataService ILIAS\MediaCast\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\MediaCast\InternalGUIService::$domain_service
protected

◆ $notes_gui

ILIAS Notes GUIService ILIAS\MediaCast\InternalGUIService::$notes_gui
protected

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


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