19 declare(strict_types=1);
30 public function init(): void
35 $this->ds->setDSPrefix(
'ds');
51 parent::finalProcessing($a_mapping);
54 foreach ($copaMap as $oldCopaId => $newCopaId) {
55 $newCopaId = (
int) substr($newCopaId, strlen(self::OBJ_TYPE) + 1);
60 foreach ($translations as $language) {
61 $this->pageMetricsService->store(
71 foreach ($styleMapping as $newCopaId => $oldStyleId) {
72 $newStyleId = (
int) $a_mapping->
getMapping(
'Services/Style',
'sty', $oldStyleId);
73 if ($newCopaId > 0 && $newStyleId > 0) {
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _writeParentId(string $a_parent_type, int $a_pg_id, int $a_par_id)
static lookupTranslations(string $a_parent_type, int $a_id)
Lookup translations.
Manifest parser for ILIAS standard export files.
getMapping(string $a_comp, string $a_entity, string $a_old_id)
getMappingsOfEntity(string $a_comp, string $a_entity)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
Class ilContentPageDataSet.
PageMetricsService $pageMetricsService
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
finalProcessing(ilImportMapping $a_mapping)