|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Importer class for question pools. More...
Inheritance diagram for ilTestQuestionPoolImporter:
Collaboration diagram for ilTestQuestionPoolImporter:Public Member Functions | |
| __construct () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| finalProcessing (ilImportMapping $a_mapping) | |
| Final processing. More... | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| setImport (ilImport $a_val) | |
| getImport () | |
| init () | |
| setInstallId (string $a_val) | |
| getInstallId () | |
| setInstallUrl (string $a_val) | |
| getInstallUrl () | |
| setSchemaVersion (string $a_val) | |
| getSchemaVersion () | |
| setImportDirectory (string $a_val) | |
| getImportDirectory () | |
| setSkipEntities (array $a_val) | |
| getSkipEntities () | |
| exportedFromSameInstallation () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| finalProcessing (ilImportMapping $a_mapping) | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
Protected Member Functions | |
| importQuestionSkillAssignments ($xmlFile, ilImportMapping $mappingRegistry, $targetParentObjId) | |
Protected Attributes | |
| readonly RequestDataCollector | $request_data_collector |
Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() |
| ilImport | $imp |
| string | $install_id |
| string | $install_url |
| string | $schema_version |
| string | $import_directory |
Private Attributes | |
| ilObjQuestionPool | $pool_obj |
Importer class for question pools.
Definition at line 33 of file class.ilTestQuestionPoolImporter.php.
| ilTestQuestionPoolImporter::__construct | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 40 of file class.ilTestQuestionPoolImporter.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilTestQuestionPoolImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) |
Final processing.
| ilImportMapping | $a_mapping |
Reimplemented from ilXmlImporter.
Definition at line 169 of file class.ilTestQuestionPoolImporter.php.
References ilImportMapping\getMapping(), ilImportMapping\getMappingsOfEntity(), and ilObjTaxonomy\saveUsage().
Here is the call graph for this function:
|
protected |
Definition at line 185 of file class.ilTestQuestionPoolImporter.php.
| ilTestQuestionPoolImporter::importXmlRepresentation | ( | string | $a_entity, |
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) |
Reimplemented from ilXmlImporter.
Definition at line 48 of file class.ilTestQuestionPoolImporter.php.
References ILIAS\TestQuestionPool\Import\buildImportDirectoriesFromContainerImport(), ilXmlImporter\getImportDirectory(), and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:
|
private |
Definition at line 37 of file class.ilTestQuestionPoolImporter.php.
|
protected |
Definition at line 38 of file class.ilTestQuestionPoolImporter.php.