ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 28 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 44 of file class.GUIService.php.

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

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: