19 declare(strict_types=1);
31 public function init(): void
36 $this->ds->setDSPrefix(
'ds');
39 $this->content_style_domain = $DIC
56 parent::finalProcessing($a_mapping);
59 foreach ($copaMap as $oldCopaId => $newCopaId) {
60 $newCopaId = (
int) substr($newCopaId, strlen(self::OBJ_TYPE) + 1);
65 foreach ($translations as $language) {
66 $this->pageMetricsService->store(
76 foreach ($style_map as $old_style_id => $new_style_id) {
80 $this->content_style_domain
81 ->styleForObjId($new_copa_id)
82 ->updateStyleId((
int) $new_style_id);
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
ILIAS Style Content DomainService $content_style_domain
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMappingsOfEntity(string $a_comp, string $a_entity)
PageMetricsService $pageMetricsService
finalProcessing(ilImportMapping $a_mapping)