|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestQuestionSetConfigFactory:Public Member Functions | |
| __construct (protected ilTree $tree, protected ilDBInterface $db, protected ilLanguage $lng, protected ilLogger $log, protected ilComponentRepository $component_repository, protected ilObjTest $test_obj, protected QuestionInfoService $questioninfo) | |
| 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 31 of file class.ilTestQuestionSetConfigFactory.php.
| ilTestQuestionSetConfigFactory::__construct | ( | protected ilTree | $tree, |
| protected ilDBInterface | $db, | ||
| protected ilLanguage | $lng, | ||
| protected ilLogger | $log, | ||
| protected ilComponentRepository | $component_repository, | ||
| protected ilObjTest | $test_obj, | ||
| protected QuestionInfoService | $questioninfo | ||
| ) |
Definition at line 35 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 50 of file class.ilTestQuestionSetConfigFactory.php.
References $testQuestionSetConfig, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 33 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfig().