ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilBibliographicImporter.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11{
12
16 protected $ds;
17
18
19 public function init()
20 {
21 $this->ds = new ilBibliographicDataSet();
22 $this->ds->setDSPrefix("ds");
23 $this->ds->setImportDirectory($this->getImportDirectory());
24 }
25
26
37 public function importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
38 {
39 $parser = new ilDataSetImportParser($a_entity, $this->getSchemaVersion(), $a_xml, $this->ds, $a_mapping);
40 }
41}
$parser
Definition: BPMN2Parser.php:23
An exception for terminatinating execution or to throw for unit testing.
Bibliographic dataset class.
Class ilBibliographicImporter.
importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
Executes the Import.
Manifest parser for ILIAS standard export files.
Xml importer class.
getSchemaVersion()
Get schema version.
getImportDirectory()
Get import directory.