ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
finalProcessing ($a_mapping) | |
Final processing. More... | |
![]() | |
__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... | |
Additional Inherited Members | |
![]() | |
$skip_entities = array() | |
$imp | |
Definition at line 13 of file class.exQuestionPoolImporter.php.
exQuestionPoolImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
ilImportMapping | $a_mapping |
Definition at line 38 of file class.exQuestionPoolImporter.php.
References $DIC.
exQuestionPoolImporter::importXmlRepresentation | ( | $a_entity, | |
$a_id, | |||
$a_xml, | |||
$a_mapping | |||
) |
string | $a_entity | |
int | $a_id | |
string | $a_xml | |
array | $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.