19 declare(strict_types=1);
25 public function init(): void
29 $this->content_style_domain = $DIC
36 if ($new_id = $a_mapping->
getMapping(
'components/ILIAS/Container',
'objs', $a_id)) {
40 $newObj->setType(
'frm');
49 $parser->startParsing();
51 $a_mapping->
addMapping(
'components/ILIAS/Forum',
'frm', $a_id, (
string) $newObj->getId());
56 parent::finalProcessing($a_mapping);
59 foreach ($copaMap as $newCopaId) {
60 $newCopaId = (
int) substr($newCopaId, strlen(self::OBJ_TYPE) + 1);
66 foreach ($style_map as $old_style_id => $new_style_id) {
70 $this->content_style_domain
71 ->styleForObjId($new_frm_id)
72 ->updateStyleId((
int) $new_style_id);
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
static _writeParentId(string $a_parent_type, int $a_pg_id, int $a_par_id)
addMapping(string $a_comp, string $a_entity, string $a_old_id, string $a_new_id)
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
ILIAS Style Content DomainService $content_style_domain
finalProcessing(ilImportMapping $a_mapping)