| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilTestQuestionSetConfigFactory: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(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 34 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfig().