| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for exQuestionPoolImporter:
 Collaboration diagram for exQuestionPoolImporter:Public Member Functions | |
| 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) | |
Additional Inherited Members | |
  Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() | 
| ilImport | $imp | 
| string | $install_id | 
| string | $install_url | 
| string | $schema_version | 
| string | $import_directory | 
Definition at line 13 of file class.exQuestionPoolImporter.php.
| exQuestionPoolImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) | 
Final processing.
| ilImportMapping | $a_mapping | 
Definition at line 37 of file class.exQuestionPoolImporter.php.
References $DIC, ilImportMapping\getMapping(), and ilImportMapping\getMappingsOfEntity().
 Here is the call graph for this function:| exQuestionPoolImporter::importXmlRepresentation | ( | string | $a_entity, | 
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) | 
| string | $a_entity | |
| string | $a_id | |
| string | $a_xml | |
| ilImportMapping | $a_mapping | 
here consumers can regularly process their own import stuff.
although the assessment questions are imported by declared tail depencies, any consumer component can import any overall qti xml file, that was added to the export by the consumer itself.
Definition at line 21 of file class.exQuestionPoolImporter.php.