|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Collaboration diagram for ILIAS\Help\GuidedTour\InternalGUIService:Public Member Functions | |
| __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service) | |
| standardRequest () | |
| guidedTourGUI () | |
| objectGUI (int $obj_id) | |
| adminGUI () | |
| stepTableBuilder (int $tour_id, object $parent_gui, string $parent_cmd) | |
| stepTableGUI (int $tour_id, object $parent_gui, string $parent_cmd) | |
Protected Attributes | |
| InternalDataService | $data_service |
| InternalDomainService | $domain_service |
Definition at line 31 of file class.InternalGUIService.php.
| ILIAS\Help\GuidedTour\InternalGUIService::__construct | ( | Container | $DIC, |
| InternalDataService | $data_service, | ||
| InternalDomainService | $domain_service | ||
| ) |
Definition at line 38 of file class.InternalGUIService.php.
References ILIAS\Help\GuidedTour\InternalGUIService\$data_service, ILIAS\Help\GuidedTour\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().
Here is the call graph for this function:| ILIAS\Help\GuidedTour\InternalGUIService::adminGUI | ( | ) |
Definition at line 66 of file class.InternalGUIService.php.
| ILIAS\Help\GuidedTour\InternalGUIService::guidedTourGUI | ( | ) |
Definition at line 56 of file class.InternalGUIService.php.
| ILIAS\Help\GuidedTour\InternalGUIService::objectGUI | ( | int | $obj_id | ) |
Definition at line 61 of file class.InternalGUIService.php.
| ILIAS\Help\GuidedTour\InternalGUIService::standardRequest | ( | ) |
Definition at line 48 of file class.InternalGUIService.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\Help\GuidedTour\InternalGUIService::stepTableBuilder | ( | int | $tour_id, |
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 75 of file class.InternalGUIService.php.
| ILIAS\Help\GuidedTour\InternalGUIService::stepTableGUI | ( | int | $tour_id, |
| object | $parent_gui, | ||
| string | $parent_cmd | ||
| ) |
Definition at line 89 of file class.InternalGUIService.php.
|
protected |
Definition at line 35 of file class.InternalGUIService.php.
Referenced by ILIAS\Help\GuidedTour\InternalGUIService\__construct().
|
protected |
Definition at line 36 of file class.InternalGUIService.php.
Referenced by ILIAS\Help\GuidedTour\InternalGUIService\__construct().