ILIAS
trunk Revision v11.0_alpha-1838-g59fc79e306b
|
Public Member Functions | |
__construct (private readonly int $question_id, private readonly int $test_id, private readonly int $place_in_sequence) | |
getQuestionId () | |
getTestId () | |
getPlaceInSequence () | |
Definition at line 23 of file PropertySequence.php.
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.
ILIAS\Test\Questions\Properties\PropertySequence::getPlaceInSequence | ( | ) |
Definition at line 42 of file PropertySequence.php.
ILIAS\Test\Questions\Properties\PropertySequence::getQuestionId | ( | ) |
Implements ILIAS\Test\Questions\Properties\Property.
Definition at line 32 of file PropertySequence.php.
ILIAS\Test\Questions\Properties\PropertySequence::getTestId | ( | ) |
Definition at line 37 of file PropertySequence.php.