ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Help\GuidedTour\InternalDataService Class Reference
+ Collaboration diagram for ILIAS\Help\GuidedTour\InternalDataService:

Public Member Functions

 __construct ()
 
 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)
 

Detailed Description

Definition at line 28 of file class.InternalDataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Help\GuidedTour\InternalDataService::__construct ( )

Definition at line 30 of file class.InternalDataService.php.

31 {
32 }

Member Function Documentation

◆ settings()

ILIAS\Help\GuidedTour\InternalDataService::settings ( int  $obj_id,
bool  $active,
string  $screen_ids,
PermissionType  $permission,
string  $lang 
)

Definition at line 44 of file class.InternalDataService.php.

50 : Settings {
51 return new Settings($obj_id, $active, $screen_ids, $permission, $lang);
52 }

◆ step()

ILIAS\Help\GuidedTour\InternalDataService::step ( int  $id,
int  $tour_id,
int  $order_nr,
StepType  $type,
string  $element_id 
)

Definition at line 34 of file class.InternalDataService.php.

40 : Step {
41 return new Step($id, $tour_id, $order_nr, $type, $element_id);
42 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

The documentation for this class was generated from the following file: