|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Importer class for question pools. More...
Inheritance diagram for ilTestQuestionPoolImporter:
Collaboration diagram for ilTestQuestionPoolImporter:Public Member Functions | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| setImport ($a_val) | |
| Set import. More... | |
| getImport () | |
| Get import. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| exportedFromSameInstallation () | |
| Is exporting and importing installation identical? More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
| Called after all container objects have been implemented. More... | |
Protected Member Functions | |
| parseXmlFileNames () | |
| Create qti and xml file name. More... | |
| importQuestionSkillAssignments ($xmlFile, ilImportMapping $mappingRegistry, $targetParentObjId) | |
Private Member Functions | |
| getImportDirectoryContainer () | |
| getImportPackageName () | |
Private Attributes | |
| $poolOBJ | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Importer class for question pools.
Definition at line 14 of file class.ilTestQuestionPoolImporter.php.
| ilTestQuestionPoolImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| ilImportMapping | $a_mapping |
Reimplemented from ilXmlImporter.
Definition at line 142 of file class.ilTestQuestionPoolImporter.php.
References $new, $old, and ilObjTaxonomy\saveUsage().
Here is the call graph for this function:
|
private |
Definition at line 187 of file class.ilTestQuestionPoolImporter.php.
References ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 194 of file class.ilTestQuestionPoolImporter.php.
References $name, and ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 201 of file class.ilTestQuestionPoolImporter.php.
References $parser, and ilXmlImporter\getInstallId().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionPoolImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
return
Reimplemented from ilXmlImporter.
Definition at line 27 of file class.ilTestQuestionPoolImporter.php.
References $_POST, $_SESSION, $GLOBALS, $result, ilObjQuestionPool\_setImportDirectory(), ilXmlImporter\getImportDirectory(), getImportDirectoryContainer(), getImportPackageName(), ilObjectFactory\getInstanceByObjId(), IL_MO_PARSE_QTI, importQuestionSkillAssignments(), and parseXmlFileNames().
Here is the call graph for this function:
|
protected |
Create qti and xml file name.
Definition at line 175 of file class.ilTestQuestionPoolImporter.php.
References $GLOBALS, $xml, and ilXmlImporter\getImportDirectory().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 19 of file class.ilTestQuestionPoolImporter.php.