|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
| getQuestionId () | |
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.