|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilLearningSequenceImporter:
Collaboration diagram for ilLearningSequenceImporter:Public Member Functions | |
| init () | |
| Init. More... | |
| importXmlRepresentation ($entity, $id, $xml, $mapping) | |
| Import xml representation. More... | |
| finalProcessing ($mapping) | |
| Final processing. More... | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
| Called after all container objects have been implemented. 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 Member Functions | |
| updateRefId (ilImportMapping $mapping) | |
| buildLSItems (array $ls_data, ilImportMapping $mapping) | |
| buildSettings (array $ls_settings) | |
| buildLPSettings (array $lp_settings, ilImportMapping $mapping) | |
| decodeImageData (string $data) | |
| getNewImagePath (string $type, string $path) | |
| writeToFileSystem ($data, string $path) | |
Protected Attributes | |
| $obj | |
| $data | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Definition at line 8 of file class.ilLearningSequenceImporter.php.
| ilLearningSequenceImporter::afterContainerImportProcessing | ( | ilImportMapping | $mapping | ) |
Called after all container objects have been implemented.
| ilImportMapping | $mapping |
Reimplemented from ilXmlImporter.
Definition at line 50 of file class.ilLearningSequenceImporter.php.
References buildLPSettings(), buildLSItems(), updateRefId(), and user().
Here is the call graph for this function:
|
protected |
Definition at line 129 of file class.ilLearningSequenceImporter.php.
References ilLPCollection\getInstanceByMode(), and ilImportMapping\getMapping().
Referenced by afterContainerImportProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 71 of file class.ilLearningSequenceImporter.php.
References $data, and ilImportMapping\getMapping().
Referenced by afterContainerImportProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilLearningSequenceImporter.php.
References decodeImageData(), getNewImagePath(), ilLearningSequenceFilesystem\IMG_ABSTRACT, ilLearningSequenceFilesystem\IMG_EXTRO, and writeToFileSystem().
Referenced by finalProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 146 of file class.ilLearningSequenceImporter.php.
References $data.
Referenced by buildSettings().
Here is the caller graph for this function:| ilLearningSequenceImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 43 of file class.ilLearningSequenceImporter.php.
References buildSettings().
Here is the call graph for this function:
|
protected |
Definition at line 151 of file class.ilLearningSequenceImporter.php.
References $type.
Referenced by buildSettings().
Here is the caller graph for this function:| ilLearningSequenceImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import xml representation.
| string | entity |
| string | target release |
| string | id |
Reimplemented from ilXmlImporter.
Definition at line 28 of file class.ilLearningSequenceImporter.php.
References $xml, and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ilLearningSequenceImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilLearningSequenceImporter.php.
Here is the call graph for this function:
|
protected |
Definition at line 63 of file class.ilLearningSequenceImporter.php.
References ilImportMapping\getMapping().
Referenced by afterContainerImportProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 161 of file class.ilLearningSequenceImporter.php.
References $data.
Referenced by buildSettings().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilLearningSequenceImporter.php.
Referenced by buildLSItems(), decodeImageData(), and writeToFileSystem().
|
protected |
Definition at line 13 of file class.ilLearningSequenceImporter.php.