| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for ilTestQuestionSetConfigFactory:
 Collaboration diagram for ilTestQuestionSetConfigFactory:| Public Member Functions | |
| __construct (ilTree $tree, ilDB $db, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ) | |
| constructor | |
| getQuestionSetConfig () | |
| creates and returns an instance of a test question set config that corresponds to the test's current question set type (test mode) | |
| getQuestionSetConfigByType ($questionSetType) | |
| creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode) | |
| Private Attributes | |
| $testQuestionSetConfig = null | |
| $tree = null | |
| $db = null | |
| $pluginAdmin = null | |
| $testOBJ = null | |
Definition at line 12 of file class.ilTestQuestionSetConfigFactory.php.
| ilTestQuestionSetConfigFactory::__construct | ( | ilTree | $tree, | 
| ilDB | $db, | ||
| ilPluginAdmin | $pluginAdmin, | ||
| ilObjTest | $testOBJ | ||
| ) | 
constructor
| ilObjTest | $testOBJ | 
Definition at line 54 of file class.ilTestQuestionSetConfigFactory.php.
References $db, $pluginAdmin, $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 68 of file class.ilTestQuestionSetConfigFactory.php.
References getQuestionSetConfigByType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestQuestionSetConfigFactory::getQuestionSetConfigByType | ( | $questionSetType | ) | 
creates and returns an instance of a test question set config that corresponds to the passed question set type (test mode)
Definition at line 79 of file class.ilTestQuestionSetConfigFactory.php.
References $testQuestionSetConfig, ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, and ilObjTest\QUESTION_SET_TYPE_RANDOM.
Referenced by getQuestionSetConfig().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 33 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
| 
 | private | 
Definition at line 40 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
| 
 | private | 
Definition at line 47 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().
| 
 | private | 
Definition at line 19 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by getQuestionSetConfigByType().
| 
 | private | 
Definition at line 26 of file class.ilTestQuestionSetConfigFactory.php.
Referenced by __construct().