3 declare(strict_types=1);
43 $this->mode = self::MODE_CREATE;
46 $this->
logger = $DIC->logger()->exp();
51 $this->import_mapping = $mapping;
61 xml_set_object($a_xml_parser, $this);
62 xml_set_element_handler($a_xml_parser,
'handlerBeginTag',
'handlerEndTag');
63 xml_set_character_data_handler($a_xml_parser,
'handlerCharacterData');
79 case "ContainerReference":
83 switch ($a_attribs[
'type']) {
98 $this->
logger->info(
'No mapping found for: ' . $a_attribs[
'id']);
107 if ($attribute_target ===
'') {
108 $this->
logger->debug(
'No target id provided');
114 $obj_mapping_id = $this->import_mapping->getMapping(
'Services/Container',
'objs', $attribute_target);
115 if (!$obj_mapping_id) {
116 $this->
logger->debug(
'Cannot find object mapping for target_id: ' . $attribute_target);
120 return (
int) $obj_mapping_id;
134 case "ContainerReference":
156 if (!empty($a_data)) {
157 $this->cdata .= $a_data;
165 protected function save(): void
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setHandlers($a_xml_parser)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setReference(ilContainerReference $ref)
parseTargetId(string $attribute_target)
handlerBeginTag( $a_xml_parser, string $a_name, array $a_attribs)
ilContainerReference $ref
ilImportMapping $import_mapping
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)