ILIAS  trunk Revision v11.0_alpha-1838-g59fc79e306b
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Test\Questions\Properties\PropertySequence Class Reference
+ Inheritance diagram for ILIAS\Test\Questions\Properties\PropertySequence:
+ Collaboration diagram for ILIAS\Test\Questions\Properties\PropertySequence:

Public Member Functions

 __construct (private readonly int $question_id, private readonly int $test_id, private readonly int $place_in_sequence)
 
 getQuestionId ()
 
 getTestId ()
 
 getPlaceInSequence ()
 

Detailed Description

Definition at line 23 of file PropertySequence.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Test\Questions\Properties\PropertySequence::__construct ( private readonly int  $question_id,
private readonly int  $test_id,
private readonly int  $place_in_sequence 
)

Definition at line 25 of file PropertySequence.php.

29  {
30  }

Member Function Documentation

◆ getPlaceInSequence()

ILIAS\Test\Questions\Properties\PropertySequence::getPlaceInSequence ( )

Definition at line 42 of file PropertySequence.php.

42  : int
43  {
44  return $this->place_in_sequence;
45  }

◆ getQuestionId()

ILIAS\Test\Questions\Properties\PropertySequence::getQuestionId ( )

Implements ILIAS\Test\Questions\Properties\Property.

Definition at line 32 of file PropertySequence.php.

32  : int
33  {
34  return $this->question_id;
35  }

◆ getTestId()

ILIAS\Test\Questions\Properties\PropertySequence::getTestId ( )

Definition at line 37 of file PropertySequence.php.

37  : int
38  {
39  return $this->test_id;
40  }

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