19 declare(strict_types=1);
30 public function init(): void
44 if ($new_id = $a_mapping->
getMapping(
'components/ILIAS/Container',
'objs', $a_id)) {
49 elseif ($new_id = $a_mapping->
getMapping(
'components/ILIAS/Container',
'refs',
'0')) {
52 $this->category =
new ilObjCategory();
53 $this->category->create();
58 $parser->setCategory($this->category);
60 $parser->startParsing();
61 $a_mapping->
addMapping(
'components/ILIAS/Category',
'cat', $a_id, (
string) $this->category->getId());
63 $GLOBALS[
'ilLog']->write(__METHOD__ .
': Parsing failed with message, "' . $e->getMessage() .
'".');
66 foreach ($a_mapping->
getMappingsOfEntity(
'components/ILIAS/Container',
'objs') as $old => $new) {
73 "components/ILIAS/Taxonomy",
75 $type .
":obj:" . $old,
81 "components/ILIAS/Taxonomy",
83 $type .
":obj:" . $old,
93 foreach ($maps as $old => $new) {
94 if ($old !==
"new_id" && (
int) $old > 0) {
96 $new_tax_ids = $a_mapping->
getMapping(
"components/ILIAS/Taxonomy",
"tax_usage_of_obj", (
string) $old);
97 $tax_ids = explode(
":", (
string) $new_tax_ids);
98 foreach ($tax_ids as $tid) {
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addMapping(string $a_comp, string $a_entity, string $a_old_id, string $a_new_id)
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getMapping(string $a_comp, string $a_entity, string $a_old_id)
getMappingsOfEntity(string $a_comp, string $a_entity)
finalProcessing(ilImportMapping $a_mapping)
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
static saveUsage(int $a_tax_id, int $a_obj_id)
static _lookupType(int $id, bool $reference=false)