|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
container xml importer More...
Inheritance diagram for ilContainerImporter:
Collaboration diagram for ilContainerImporter:Public Member Functions | |||
| init () | |||
| Init. More... | |||
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |||
| Import XML. More... | |||
| finalProcessing ($a_mapping) | |||
Final processing.
| |||
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 | |
| handleOfflineStatus (string $xml, ilImportMapping $mapping) | |
| isRootNode (int $ref_id, ilImportMapping $mapping) | |
Protected Attributes | |
| $cont_log | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Private Attributes | |
| $structure_xml | |
| ilContainerImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
| array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 52 of file class.ilContainerImporter.php.
References ilContainerXmlParser\$style_map, ilObject\_getAllReferences(), ilPageObject\_writeParentId(), ilParticipants\getDefaultMemberRole(), handleOfflineStatus(), and ilObjStyleSheet\writeStyleUsage().
Here is the call graph for this function:
|
protected |
| string | $xml |
Definition at line 100 of file class.ilContainerImporter.php.
References $errors, $name, $xml, ilObjectFactory\getInstanceByRefId(), ilImportMapping\getMapping(), and isRootNode().
Referenced by finalProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
Import xml representation.
| string | entity |
| string | target release |
| string | id |
Reimplemented from ilXmlImporter.
Definition at line 37 of file class.ilContainerImporter.php.
| ilContainerImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 27 of file class.ilContainerImporter.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:
|
protected |
| int | $ref_id | |
| ilImportMapping | $mapping |
Definition at line 150 of file class.ilContainerImporter.php.
References $DIC, and ilImportMapping\getTargetId().
Referenced by handleOfflineStatus().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilContainerImporter.php.
|
private |
Definition at line 20 of file class.ilContainerImporter.php.