|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilScormAiccImporter:
Collaboration diagram for ilScormAiccImporter:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| init () | |
| Init. More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_import_dirname, $a_mapping) | |
| Import XML. More... | |
| writeData ($a_entity, $a_version, $a_id) | |
| handleEditableLmXml ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Handle editable (authoring) scorm lms. 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... | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Definition at line 4 of file class.ilScormAiccImporter.php.
| ilScormAiccImporter::__construct | ( | ) |
Constructor.
return
Reimplemented from ilXmlImporter.
Definition at line 6 of file class.ilScormAiccImporter.php.
| ilScormAiccImporter::handleEditableLmXml | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Handle editable (authoring) scorm lms.
| string | $a_entity | entity |
| string | $a_id | id |
| string | $a_xml | xml |
| ilImportMapping | $a_mapping | import mapping object |
Definition at line 157 of file class.ilScormAiccImporter.php.
References ilXmlImporter\getImportDirectory(), and ilXmlImporter\getSchemaVersion().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilScormAiccImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_import_dirname, | |||
| $a_mapping | |||
| ) |
Import XML.
return
Reimplemented from ilXmlImporter.
Definition at line 25 of file class.ilScormAiccImporter.php.
References $DIC, $result, $xml, ilXmlImporter\getImportDirectory(), ilObjectFactory\getInstanceByObjId(), handleEditableLmXml(), ilFileUtils\rename(), ilUtil\renameExecutables(), ilUtil\stripSlashes(), and ilUtil\unzip().
Here is the call graph for this function:| ilScormAiccImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 15 of file class.ilScormAiccImporter.php.
| ilScormAiccImporter::writeData | ( | $a_entity, | |
| $a_version, | |||
| $a_id | |||
| ) |
Definition at line 143 of file class.ilScormAiccImporter.php.