|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestQuestionSetConfigFactory:Public Member Functions | |
| __construct (ilTree $tree, ilDBInterface $db, ilComponentRepository $component_repository, ilObjTest $testOBJ) | |
| 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... | |
| getQuestionSetConfigByType () | |
| creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode) More... | |
Private Attributes | |
| ilTree | $tree |
| ilDBInterface | $db |
| ilComponentRepository | $component_repository |
| ilObjTest | $testOBJ |
| ilTestQuestionSetConfig | $testQuestionSetConfig = null |
Definition at line 27 of file class.ilTestQuestionSetConfigFactory.php.
| ilTestQuestionSetConfigFactory::__construct | ( | ilTree | $tree, |
| ilDBInterface | $db, | ||
| ilComponentRepository | $component_repository, | ||
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 35 of file class.ilTestQuestionSetConfigFactory.php.
References $component_repository, $db, $testOBJ, and $tree.
| 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 getQuestionSetConfigByType().
Here is the call graph for this function:| ilTestQuestionSetConfigFactory::getQuestionSetConfigByType | ( | ) |
creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode)
Definition at line 60 of file class.ilTestQuestionSetConfigFactory.php.
References $testQuestionSetConfig.
Referenced by getQuestionSetConfig().
Here is the caller graph for this function:
|
private |
Definition at line 31 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfigByType().
|
private |
Definition at line 29 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().