40         if ($new_id = $a_mapping->
getMapping(
'Services/Container', 
'objs', $a_id)) {
    47             $newObj->setNoMetaDataCreation(
true); 
    48             $newObj->create(
true);
    53         $parser->startParsing();
    55         $newObj->createProperties();
    57         $parser->setFileContents();
    58         $this->current_obj = $newObj;
    62         $a_mapping->
addMapping(
"Modules/File", 
"file", $a_id, $newObj->getId());
    67             $newObj->getId() . 
":0:file" 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)
Import XML. 
 
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)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...