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);
 
An exception for terminatinating execution or to throw for unit testing.
Class ilContentPageDataSet.
Class ilContentPageImporter.
importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
Import xml representation.string xml string
finalProcessing($a_mapping)
Final processing.
Manifest parser for ILIAS standard export files.
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.
static _writeParentId($a_parent_type, $a_pg_id, $a_par_id)
Write parent id.
getSchemaVersion()
Get schema version.
getImportDirectory()
Get import directory.
Interface ilContentPageObjectConstants.