ILIAS  release_8 Revision v8.24
class.ilBibliographicImporter.php
Go to the documentation of this file.
1<?php
25{
26 protected ?\ilBibliographicDataSet $ds = null;
27
28
29 public function init(): void
30 {
31 $this->ds = new ilBibliographicDataSet();
32 $this->ds->setDSPrefix("ds");
33 $this->ds->setImportDirectory($this->getImportDirectory());
34 }
35
36
40 public function importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping): void
41 {
42 $parser = new ilDataSetImportParser($a_entity, $this->getSchemaVersion(), $a_xml, $this->ds, $a_mapping);
43 }
44}
Bibliographic dataset class.
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)
Executes the Import.
Manifest parser for ILIAS standard export files.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...