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

Public Member Functions

 __construct (protected int $id, protected int $tour_id, protected int $order_nr, protected StepType $type, protected string $element_id)
 
 getId ()
 
 getTourId ()
 
 getOrderNr ()
 
 getType ()
 
 getElementId ()
 

Detailed Description

Definition at line 23 of file Step.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Help\GuidedTour\Step\Step::__construct ( protected int  $id,
protected int  $tour_id,
protected int  $order_nr,
protected StepType  $type,
protected string  $element_id 
)

Definition at line 25 of file Step.php.

31 {
32 }

Member Function Documentation

◆ getElementId()

ILIAS\Help\GuidedTour\Step\Step::getElementId ( )

Definition at line 54 of file Step.php.

54 : string
55 {
56 return $this->element_id;
57 }

Referenced by ILIAS\Help\GuidedTour\Step\StepDBRepository\create(), and ILIAS\Help\GuidedTour\Step\StepDBRepository\update().

+ Here is the caller graph for this function:

◆ getId()

ILIAS\Help\GuidedTour\Step\Step::getId ( )

Definition at line 34 of file Step.php.

34 : int
35 {
36 return $this->id;
37 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

Referenced by ILIAS\Help\GuidedTour\Step\StepDBRepository\update().

+ Here is the caller graph for this function:

◆ getOrderNr()

ILIAS\Help\GuidedTour\Step\Step::getOrderNr ( )

Definition at line 44 of file Step.php.

44 : int
45 {
46 return $this->order_nr;
47 }

Referenced by ILIAS\Help\GuidedTour\Step\StepDBRepository\update().

+ Here is the caller graph for this function:

◆ getTourId()

ILIAS\Help\GuidedTour\Step\Step::getTourId ( )

Definition at line 39 of file Step.php.

39 : int
40 {
41 return $this->tour_id;
42 }

Referenced by ILIAS\Help\GuidedTour\Step\StepDBRepository\create(), and ILIAS\Help\GuidedTour\Step\StepDBRepository\update().

+ Here is the caller graph for this function:

◆ getType()

ILIAS\Help\GuidedTour\Step\Step::getType ( )

Definition at line 49 of file Step.php.

49 : StepType
50 {
51 return $this->type;
52 }

Referenced by ILIAS\Help\GuidedTour\Step\StepDBRepository\create(), and ILIAS\Help\GuidedTour\Step\StepDBRepository\update().

+ Here is the caller graph for this function:

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