19 declare(strict_types=1);
46 $this->mode = self::MODE_CREATE;
49 $this->
logger = $DIC->logger()->exp();
54 $this->import_mapping = $mapping;
81 case "ContainerReference":
85 switch ($a_attribs[
'type']) {
96 $this->
logger->debug(
'Using mapped target_id: ' . $target_id);
99 $this->
logger->info(
'No mapping found for: ' . $a_attribs[
'id']);
108 if ($attribute_target ===
'') {
109 $this->
logger->debug(
'No target id provided');
115 $obj_mapping_id = $this->import_mapping->getMapping(
'components/ILIAS/Container',
'objs', $attribute_target);
116 if (!$obj_mapping_id) {
117 $this->
logger->debug(
'Cannot find object mapping for target_id: ' . $attribute_target);
121 return (
int) $obj_mapping_id;
135 case "ContainerReference":
157 if (!empty($a_data)) {
158 $this->cdata .= $a_data;
166 protected function save(): void
setHandlers($a_xml_parser)
setReference(ilContainerReference $ref)
parseTargetId(string $attribute_target)
handlerBeginTag( $a_xml_parser, string $a_name, array $a_attribs)
ilContainerReference $ref
ilImportMapping $import_mapping
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $a_xml, int $a_parent_id=0)
handlerEndTag( $a_xml_parser, string $a_name)
__construct(Container $dic, ilPlugin $plugin)
trimAndStripAttribs(array $attribs)
handlerCharacterData( $a_xml_parser, string $a_data)
setImportMapping(ilImportMapping $mapping)
setXMLContent(string $a_xml_content)
trimAndStrip(string $input)