|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Collaboration diagram for ILIAS\Help\GuidedTour\Step\StepManager:Public Member Functions | |
| __construct (protected InternalDataService $data, InternalRepoService $repo, protected InternalDomainService $domain,) | |
| create (Step $step) | |
| update (Step $step) | |
| getById (int $id) | |
| getStepName (StepType $step_type) | |
| getStepsOfTour (int $tour_id) | |
| countStepsOfTour (int $tour_id) | |
| saveOrder (int $tour_id, array $order) | |
| delete (int $tour_id, int $step_id) | |
Protected Attributes | |
| StepDBRepository | $repo |
Definition at line 27 of file StepManager.php.
| ILIAS\Help\GuidedTour\Step\StepManager::__construct | ( | protected InternalDataService | $data, |
| InternalRepoService | $repo, | ||
| protected InternalDomainService | $domain | ||
| ) |
Definition at line 31 of file StepManager.php.
References ILIAS\Help\GuidedTour\Step\StepManager\$repo.
| ILIAS\Help\GuidedTour\Step\StepManager::countStepsOfTour | ( | int | $tour_id | ) |
Definition at line 77 of file StepManager.php.
| ILIAS\Help\GuidedTour\Step\StepManager::create | ( | Step | $step | ) |
Definition at line 39 of file StepManager.php.
| ILIAS\Help\GuidedTour\Step\StepManager::delete | ( | int | $tour_id, |
| int | $step_id | ||
| ) |
Definition at line 87 of file StepManager.php.
| ILIAS\Help\GuidedTour\Step\StepManager::getById | ( | int | $id | ) |
Definition at line 49 of file StepManager.php.
References $id.
| ILIAS\Help\GuidedTour\Step\StepManager::getStepName | ( | StepType | $step_type | ) |
Definition at line 54 of file StepManager.php.
References $lng, and ILIAS\Help\GuidedTour\Step\PrimaryButton.
| ILIAS\Help\GuidedTour\Step\StepManager::getStepsOfTour | ( | int | $tour_id | ) |
Definition at line 72 of file StepManager.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
Here is the call graph for this function:| ILIAS\Help\GuidedTour\Step\StepManager::saveOrder | ( | int | $tour_id, |
| array | $order | ||
| ) |
Definition at line 82 of file StepManager.php.
| ILIAS\Help\GuidedTour\Step\StepManager::update | ( | Step | $step | ) |
Definition at line 44 of file StepManager.php.
|
protected |
Definition at line 29 of file StepManager.php.
Referenced by ILIAS\Help\GuidedTour\Step\StepManager\__construct().