ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service) | |
ProcessUtilGUI (\ilObjBookingPool $pool, object $parent_gui) | |
ilBookingProcessWithScheduleGUI (\ilObjBookingPool $pool, int $book_obj_id, int $context_obj_id, string $seed) | |
ilBookingProcessWithoutScheduleGUI (\ilObjBookingPool $pool, int $book_obj_id, int $context_obj_id) | |
getProcessClassForPool (\ilObjBookingPool $pool) | |
getProcessClass ($with_schedule=true) | |
Protected Attributes | |
InternalDataService | $data_service |
InternalDomainService | $domain_service |
InternalGUIService | $gui_service |
Definition at line 30 of file class.GUIService.php.
ILIAS\BookingManager\BookingProcess\GUIService::__construct | ( | InternalDataService | $data_service, |
InternalDomainService | $domain_service, | ||
InternalGUIService | $gui_service | ||
) |
Definition at line 36 of file class.GUIService.php.
References ILIAS\BookingManager\BookingProcess\GUIService\$data_service, ILIAS\BookingManager\BookingProcess\GUIService\$domain_service, and ILIAS\BookingManager\BookingProcess\GUIService\$gui_service.
ILIAS\BookingManager\BookingProcess\GUIService::getProcessClass | ( | $with_schedule = true | ) |
Definition at line 87 of file class.GUIService.php.
Referenced by ILIAS\BookingManager\BookingProcess\GUIService\getProcessClassForPool().
ILIAS\BookingManager\BookingProcess\GUIService::getProcessClassForPool | ( | \ilObjBookingPool | $pool | ) |
Definition at line 82 of file class.GUIService.php.
References ILIAS\BookingManager\BookingProcess\GUIService\getProcessClass(), ilObjBookingPool\getScheduleType(), and ilObjBookingPool\TYPE_FIX_SCHEDULE.
ILIAS\BookingManager\BookingProcess\GUIService::ilBookingProcessWithoutScheduleGUI | ( | \ilObjBookingPool | $pool, |
int | $book_obj_id, | ||
int | $context_obj_id | ||
) |
Definition at line 70 of file class.GUIService.php.
ILIAS\BookingManager\BookingProcess\GUIService::ilBookingProcessWithScheduleGUI | ( | \ilObjBookingPool | $pool, |
int | $book_obj_id, | ||
int | $context_obj_id, | ||
string | $seed | ||
) |
Definition at line 56 of file class.GUIService.php.
ILIAS\BookingManager\BookingProcess\GUIService::ProcessUtilGUI | ( | \ilObjBookingPool | $pool, |
object | $parent_gui | ||
) |
Definition at line 46 of file class.GUIService.php.
|
protected |
Definition at line 32 of file class.GUIService.php.
Referenced by ILIAS\BookingManager\BookingProcess\GUIService\__construct().
|
protected |
Definition at line 33 of file class.GUIService.php.
Referenced by ILIAS\BookingManager\BookingProcess\GUIService\__construct().
|
protected |
Definition at line 34 of file class.GUIService.php.
Referenced by ILIAS\BookingManager\BookingProcess\GUIService\__construct().