26 $this->ds->setDSPrefix(
'ds');
48 parent::finalProcessing($a_mapping);
50 $copaMap = $a_mapping->getMappingsOfEntity(
'Services/COPage',
'pg');
51 foreach ($copaMap as $oldCopaId => $newCopaId) {
52 $newCopaId = substr($newCopaId, strlen(self::OBJ_TYPE) + 1);
57 foreach ($translations as $language) {
58 $this->pageMetricsService->store(
67 $styleMapping = $a_mapping->getMappingsOfEntity(
'Modules/ContentPage',
'style');
68 foreach ($styleMapping as $newCopaId => $oldStyleId) {
69 $newStyleId = (int) $a_mapping->getMapping(
'Services/Style',
'sty', $oldStyleId);
70 if ($newCopaId > 0 && $newStyleId > 0) {
75 $copa->writeStyleSheetId($newStyleId);
getSchemaVersion()
Get schema version.
importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
getImportDirectory()
Get import directory.
Manifest parser for ILIAS standard export files.
static _writeParentId($a_parent_type, $a_pg_id, $a_par_id)
Write parent id.
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
static lookupTranslations($a_parent_type, $a_id)
Lookup translations.
Class ilContentPageImporter.
Class ilContentPageDataSet.
finalProcessing($a_mapping)