ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (protected readonly ilTree $tree, protected readonly ilDBInterface $db, protected readonly ilLanguage $lng, protected readonly TestLogger $logger, protected readonly ilComponentRepository $component_repository, protected readonly ilObjTest $test_obj, protected readonly GeneralQuestionPropertiesRepository $questionrepository) | |
getQuestionSetConfig () | |
creates and returns an instance of a test question set config that corresponds to the test's current question set type (test mode) More... | |
Private Attributes | |
ilTestQuestionSetConfig | $testQuestionSetConfig = null |
Definition at line 32 of file class.ilTestQuestionSetConfigFactory.php.
ilTestQuestionSetConfigFactory::__construct | ( | protected readonly ilTree | $tree, |
protected readonly ilDBInterface | $db, | ||
protected readonly ilLanguage | $lng, | ||
protected readonly TestLogger | $logger, | ||
protected readonly ilComponentRepository | $component_repository, | ||
protected readonly ilObjTest | $test_obj, | ||
protected readonly GeneralQuestionPropertiesRepository | $questionrepository | ||
) |
Definition at line 36 of file class.ilTestQuestionSetConfigFactory.php.
ilTestQuestionSetConfigFactory::getQuestionSetConfig | ( | ) |
creates and returns an instance of a test question set config that corresponds to the test's current question set type (test mode)
Definition at line 51 of file class.ilTestQuestionSetConfigFactory.php.
References $testQuestionSetConfig, ILIAS\Repository\lng(), ILIAS\Repository\logger(), and null.
|
private |
Definition at line 34 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfig().