|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Importer class for files. More...
Inheritance diagram for ilLearningModuleImporter:
Collaboration diagram for ilLearningModuleImporter:Public Member Functions | |
| init () | |
| Initialisation. More... | |
| 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 Attributes | |
| $config | |
| $log | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Importer class for files.
Definition at line 13 of file class.ilLearningModuleImporter.php.
| ilLearningModuleImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 123 of file class.ilLearningModuleImporter.php.
References ilPageObject\_exists(), ilLMObject\_lookupContObjID(), ilPageObject\_writeParentId(), ilPageObjectFactory\getInstance(), ilObjContentObject\writeFooterPage(), and ilObjContentObject\writeHeaderPage().
Here is the call graph for this function:| ilLearningModuleImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
return
Reimplemented from ilXmlImporter.
Definition at line 57 of file class.ilLearningModuleImporter.php.
References $result, ilXmlImporter\getImportDirectory(), ilObjectFactory\getInstanceByObjId(), ilXmlImporter\getSchemaVersion(), IL_MO_PARSE_QTI, and IL_MO_VERIFY_QTI.
Here is the call graph for this function:| ilLearningModuleImporter::init | ( | ) |
Initialisation.
Reimplemented from ilXmlImporter.
Definition at line 25 of file class.ilLearningModuleImporter.php.
References ilXmlImporter\getImport(), and ilLoggerFactory\getLogger().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilLearningModuleImporter.php.
|
protected |
Definition at line 20 of file class.ilLearningModuleImporter.php.