|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestRandomQuestionSetStagingPoolBuilder:Public Member Functions | |
| __construct (ilDBInterface $db, ilObjTest $testOBJ) | |
| rebuild (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| reset () | |
Data Fields | |
| $db = null | |
| $testOBJ = null | |
Private Member Functions | |
| removeMirroredTaxonomies () | |
| removeStagedQuestions () | |
| build (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| stageQuestionsFromSourcePool ($sourcePoolId) | |
| buildCheap (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| stageQuestionsFromSourcePoolCheap ($sourcePoolId, $questionIdMappingPerPool, $filterIds=null, $typeFilter=null, $lifecycleFilter=null) | |
| mirrorSourcePoolTaxonomies ($sourcePoolId, $questionIdMapping) | |
Definition at line 25 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
| ilTestRandomQuestionSetStagingPoolBuilder::__construct | ( | ilDBInterface | $db, |
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 37 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
|
private |
Definition at line 98 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References mirrorSourcePoolTaxonomies(), and stageQuestionsFromSourcePool().
Here is the call graph for this function:
|
private |
Definition at line 137 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References ilObjTaxonomy\getSubTreeItems(), mirrorSourcePoolTaxonomies(), and stageQuestionsFromSourcePoolCheap().
Referenced by rebuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 244 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by build(), and buildCheap().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::rebuild | ( | ilTestRandomQuestionSetSourcePoolDefinitionList | $sourcePoolDefinitionList | ) |
Definition at line 45 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References buildCheap(), and reset().
Here is the call graph for this function:
|
private |
Definition at line 62 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References ilObjTaxonomy\getUsageOfObject().
Referenced by reset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 72 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $DIC, $query, $res, and assQuestion\instantiateQuestion().
Referenced by reset().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::reset | ( | ) |
Definition at line 56 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References removeMirroredTaxonomies(), and removeStagedQuestions().
Referenced by rebuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 111 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $query, $res, and assQuestion\instantiateQuestion().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 206 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $query, $res, and assQuestion\_instantiateQuestion().
Referenced by buildCheap().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::$db = null |
Definition at line 30 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by __construct().
| ilTestRandomQuestionSetStagingPoolBuilder::$testOBJ = null |
Definition at line 35 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by __construct().