ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\BookingManager\Objects\GUIService Class Reference
+ Collaboration diagram for ILIAS\BookingManager\Objects\GUIService:

Public Member Functions

 __construct (InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 ilBookBulkCreationGUI (\ilObjBookingPool $pool)
 

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 
InternalGUIService $gui_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\BookingManager\Objects\GUIService::__construct ( InternalDataService  $data_service,
InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

Member Function Documentation

◆ ilBookBulkCreationGUI()

ILIAS\BookingManager\Objects\GUIService::ilBookBulkCreationGUI ( \ilObjBookingPool  $pool)

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

49  return new \ilBookBulkCreationGUI(
50  $this->domain_service,
51  $this->gui_service,
52  $pool
53  );
54  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\BookingManager\Objects\GUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\BookingManager\Objects\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\BookingManager\Objects\GUIService::$gui_service
protected

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