19 declare(strict_types=1);
30 public function init(): void
33 $this->content_style_domain = $DIC
40 if ($new_id = $a_mapping->
getMapping(
'Services/Container',
'objs', $a_id)) {
44 $newObj->setType(
'frm');
53 $parser->startParsing();
55 $a_mapping->
addMapping(
'Modules/Forum',
'frm', $a_id, (
string) $newObj->getId());
60 parent::finalProcessing($a_mapping);
63 foreach ($copaMap as $oldCopaId => $newCopaId) {
64 $newCopaId = (
int) substr($newCopaId, strlen(self::OBJ_TYPE) + 1);
70 foreach ($styleMapping as $newForumId => $oldStyleId) {
71 $newStyleId = (
int) $a_mapping->
getMapping(
'Services/Style',
'sty', $oldStyleId);
72 if ($newForumId > 0 && $newStyleId > 0) {
77 $this->content_style_domain
78 ->styleForObjId($newForumId)
79 ->updateStyleId($newStyleId);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
Importer class for forums.
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...