ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 Attributes | |
$cont_log | |
![]() | |
$skip_entities = array() | |
$imp | |
ilContainerImporter::finalProcessing | ( | $a_mapping | ) |
Final processing.
array | mapping array |
Reimplemented from ilXmlImporter.
Definition at line 47 of file class.ilContainerImporter.php.
References ilContainerXmlParser\$style_map, ilPageObject\_writeParentId(), and ilObjStyleSheet\writeStyleUsage().
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 33 of file class.ilContainerImporter.php.
References $parser.
ilContainerImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 23 of file class.ilContainerImporter.php.
References ilLoggerFactory\getLogger().
|
protected |
Definition at line 21 of file class.ilContainerImporter.php.