|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\BookingManager\InternalGUIService:Public Member Functions | |
| __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service) | |
| preferences () | |
| process () | |
| objects () | |
| bookingHelp (\ilObjBookingPool $pool) | |
| standardRequest () | |
| settings () | |
Protected Attributes | |
| InternalDataService | $data_service |
| InternalDomainService | $domain_service |
Static Protected Attributes | |
| static array | $instances = [] |
Definition at line 29 of file class.InternalGUIService.php.
| ILIAS\BookingManager\InternalGUIService::__construct | ( | Container | $DIC, |
| InternalDataService | $data_service, | ||
| InternalDomainService | $domain_service | ||
| ) |
Definition at line 36 of file class.InternalGUIService.php.
References ILIAS\BookingManager\InternalGUIService\$data_service, ILIAS\BookingManager\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().
Here is the call graph for this function:| ILIAS\BookingManager\InternalGUIService::bookingHelp | ( | \ilObjBookingPool | $pool | ) |
Definition at line 73 of file class.InternalGUIService.php.
References ILIAS\Repository\help().
Referenced by ILIAS\BookingManager\BookingProcess\ProcessUtilGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\BookingManager\InternalGUIService::objects | ( | ) |
Definition at line 64 of file class.InternalGUIService.php.
| ILIAS\BookingManager\InternalGUIService::preferences | ( | ) |
Definition at line 46 of file class.InternalGUIService.php.
| ILIAS\BookingManager\InternalGUIService::process | ( | ) |
Definition at line 55 of file class.InternalGUIService.php.
| ILIAS\BookingManager\InternalGUIService::settings | ( | ) |
Definition at line 86 of file class.InternalGUIService.php.
| ILIAS\BookingManager\InternalGUIService::standardRequest | ( | ) |
Definition at line 78 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.InternalGUIService.php.
Referenced by ILIAS\BookingManager\InternalGUIService\__construct().
|
protected |
Definition at line 34 of file class.InternalGUIService.php.
Referenced by ILIAS\BookingManager\InternalGUIService\__construct().
|
staticprotected |
Definition at line 32 of file class.InternalGUIService.php.