ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 ()
 
 settings ()
 

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 31 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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

Member Function Documentation

◆ comments()

ILIAS\MediaCast\InternalGUIService::comments ( )

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

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

◆ getMediaCastManageTableGUI()

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

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

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

◆ getObjMediaCastGUI()

ILIAS\MediaCast\InternalGUIService::getObjMediaCastGUI ( )

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

References ILIAS\MediaCast\InternalGUIService\standardRequest().

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

◆ settings()

ILIAS\MediaCast\InternalGUIService::settings ( )

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

91  : GUIService {
92  return new GUIService(
93  $this->data_service,
94  $this->domain_service,
95  $this
96  );
97  }

◆ standardRequest()

ILIAS\MediaCast\InternalGUIService::standardRequest ( )

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

References ILIAS\FileDelivery\http().

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

58  : StandardGUIRequest
59  {
60  return new StandardGUIRequest(
61  $this->http(),
62  $this->domain_service->refinery()
63  );
64  }
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 35 of file class.InternalGUIService.php.


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