ILIAS
release_7 Revision v7.30-3-g800a261c036
|
container xml importer More...
Public Member Functions | |||
init () | |||
Init. More... | |||
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |||
Import XML. More... | |||
finalProcessing ($a_mapping) | |||
Final processing.
| |||
![]() | |||
__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 | |
![]() | |
$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().
|
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().
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().
|
protected |
int | $ref_id | |
ilImportMapping | $mapping |
Definition at line 150 of file class.ilContainerImporter.php.
References $DIC, and ilImportMapping\getTargetId().
Referenced by handleOfflineStatus().
|
protected |
Definition at line 25 of file class.ilContainerImporter.php.
|
private |
Definition at line 20 of file class.ilContainerImporter.php.