ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
class.InternalDataService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Help\GuidedTour;
22
27
29{
30 public function __construct()
31 {
32 }
33
34 public function step(
35 int $id,
36 int $tour_id,
37 int $order_nr,
38 StepType $type,
39 string $element_id
40 ): Step {
41 return new Step($id, $tour_id, $order_nr, $type, $element_id);
42 }
43
44 public function settings(
45 int $obj_id,
46 bool $active,
47 string $screen_ids,
48 PermissionType $permission,
49 string $lang
50 ): Settings {
51 return new Settings($obj_id, $active, $screen_ids, $permission, $lang);
52 }
53}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
step(int $id, int $tour_id, int $order_nr, StepType $type, string $element_id)
settings(int $obj_id, bool $active, string $screen_ids, PermissionType $permission, string $lang)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...