ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
finalProcessing (ilImportMapping $a_mapping) | |
Final processing. More... | |
![]() | |
__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 | |
![]() | |
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().
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.