ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\UI\Component\Player\Player\GUIService Class Reference
+ Collaboration diagram for ILIAS\UI\Component\Player\Player\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 wrapper ()
 
 request ()
 

Protected Attributes

InternalGUIService $gui_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.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Component\Player\Player\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

Member Function Documentation

◆ request()

ILIAS\UI\Component\Player\Player\GUIService::request ( )

Definition at line 51 of file class.GUIService.php.

52  {
53  return new PlayerGUIRequest(
54  $this->gui_service->http(),
55  $this->domain_service->refinery()
56  );
57  }

◆ wrapper()

ILIAS\UI\Component\Player\Player\GUIService::wrapper ( )

Definition at line 43 of file class.GUIService.php.

44  {
45  return new \ilMediaObjectsPlayerWrapperGUI(
46  $this->domain_service,
47  $this->gui_service
48  );
49  }

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\UI\Component\Player\Player\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\UI\Component\Player\Player\GUIService::$gui_service
protected

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