|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Collaboration diagram for ILIAS\Help\GuidedTour\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data) | |
| tourSettings () | |
| tour () | |
| step () | |
| stepRetrieval (int $tour_id) | |
| page () | |
| admin () | |
| idPresentation () | |
| userFinished () | |
Static Protected Attributes | |
| static array | $instance = [] |
Definition at line 34 of file class.InternalDomainService.php.
| ILIAS\Help\GuidedTour\InternalDomainService::__construct | ( | Container | $DIC, |
| protected InternalRepoService | $repo, | ||
| protected InternalDataService | $data | ||
| ) |
Definition at line 40 of file class.InternalDomainService.php.
References ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Help\GuidedTour\InternalDomainService::admin | ( | ) |
Definition at line 89 of file class.InternalDomainService.php.
| ILIAS\Help\GuidedTour\InternalDomainService::idPresentation | ( | ) |
Definition at line 96 of file class.InternalDomainService.php.
Referenced by ILIAS\Help\GuidedTour\Admin\AdminManager\__construct().
Here is the caller graph for this function:| ILIAS\Help\GuidedTour\InternalDomainService::page | ( | ) |
Definition at line 82 of file class.InternalDomainService.php.
| ILIAS\Help\GuidedTour\InternalDomainService::step | ( | ) |
Definition at line 65 of file class.InternalDomainService.php.
Referenced by ILIAS\Help\GuidedTour\StepRetrieval\__construct().
Here is the caller graph for this function:| ILIAS\Help\GuidedTour\InternalDomainService::stepRetrieval | ( | int | $tour_id | ) |
Definition at line 74 of file class.InternalDomainService.php.
| ILIAS\Help\GuidedTour\InternalDomainService::tour | ( | ) |
Definition at line 57 of file class.InternalDomainService.php.
| ILIAS\Help\GuidedTour\InternalDomainService::tourSettings | ( | ) |
Definition at line 48 of file class.InternalDomainService.php.
Referenced by ILIAS\Help\GuidedTour\Tour\TourManager\__construct().
Here is the caller graph for this function:| ILIAS\Help\GuidedTour\InternalDomainService::userFinished | ( | ) |
Definition at line 103 of file class.InternalDomainService.php.
|
staticprotected |
Definition at line 38 of file class.InternalDomainService.php.