ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private ilDBInterface $db) | |
getTargetTestId () | |
setTargetTestId (int $targetTestId) | |
getImportInstallationId () | |
setImportInstallationId (int $importInstallationId) | |
getImportMappingRegistry () | |
setImportMappingRegistry (ilImportMapping $importMappingRegistry) | |
getImportedQuestionSkillAssignmentList () | |
setImportedQuestionSkillAssignmentList (ilAssQuestionSkillAssignmentList $importedQuestionSkillAssignmentList) | |
getImportThresholdList () | |
setImportThresholdList (?ilTestSkillLevelThresholdImportList $importThresholdList) | |
getFailedThresholdImportSkillList () | |
setFailedThresholdImportSkillList (ilAssQuestionAssignedSkillList $failedThresholdImportSkillList) | |
import () | |
Protected Member Functions | |
getLevelIdMapping (int $importLevelId) | |
Definition at line 27 of file class.ilTestSkillLevelThresholdImporter.php.
ilTestSkillLevelThresholdImporter::__construct | ( | private ilDBInterface | $db | ) |
Definition at line 37 of file class.ilTestSkillLevelThresholdImporter.php.
ilTestSkillLevelThresholdImporter::getFailedThresholdImportSkillList | ( | ) |
Definition at line 93 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
Referenced by import().
ilTestSkillLevelThresholdImporter::getImportedQuestionSkillAssignmentList | ( | ) |
Definition at line 73 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
Referenced by import().
ilTestSkillLevelThresholdImporter::getImportInstallationId | ( | ) |
Definition at line 53 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
Referenced by getLevelIdMapping().
ilTestSkillLevelThresholdImporter::getImportMappingRegistry | ( | ) |
Definition at line 63 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
Referenced by import().
ilTestSkillLevelThresholdImporter::getImportThresholdList | ( | ) |
Definition at line 83 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
Referenced by import().
|
protected |
Definition at line 174 of file class.ilTestSkillLevelThresholdImporter.php.
References getImportInstallationId(), and ilBasicSkill\getLevelIdForImportId().
Referenced by import().
ilTestSkillLevelThresholdImporter::getTargetTestId | ( | ) |
Definition at line 43 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
Referenced by import().
ilTestSkillLevelThresholdImporter::import | ( | ) |
Definition at line 103 of file class.ilTestSkillLevelThresholdImporter.php.
References getFailedThresholdImportSkillList(), getImportedQuestionSkillAssignmentList(), getImportMappingRegistry(), getImportThresholdList(), getLevelIdMapping(), and getTargetTestId().
ilTestSkillLevelThresholdImporter::setFailedThresholdImportSkillList | ( | ilAssQuestionAssignedSkillList | $failedThresholdImportSkillList | ) |
Definition at line 98 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
ilTestSkillLevelThresholdImporter::setImportedQuestionSkillAssignmentList | ( | ilAssQuestionSkillAssignmentList | $importedQuestionSkillAssignmentList | ) |
Definition at line 78 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
ilTestSkillLevelThresholdImporter::setImportInstallationId | ( | int | $importInstallationId | ) |
Definition at line 58 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
ilTestSkillLevelThresholdImporter::setImportMappingRegistry | ( | ilImportMapping | $importMappingRegistry | ) |
Definition at line 68 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
ilTestSkillLevelThresholdImporter::setImportThresholdList | ( | ?ilTestSkillLevelThresholdImportList | $importThresholdList | ) |
Definition at line 88 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
ilTestSkillLevelThresholdImporter::setTargetTestId | ( | int | $targetTestId | ) |
Definition at line 48 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
|
private |
Definition at line 35 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getFailedThresholdImportSkillList(), and setFailedThresholdImportSkillList().
|
private |
Definition at line 33 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportedQuestionSkillAssignmentList(), and setImportedQuestionSkillAssignmentList().
|
private |
Definition at line 30 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportInstallationId(), and setImportInstallationId().
|
private |
Definition at line 32 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportMappingRegistry(), and setImportMappingRegistry().
|
private |
Definition at line 34 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportThresholdList(), and setImportThresholdList().
|
private |
Definition at line 29 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getTargetTestId(), and setTargetTestId().