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 }
getSchemaVersion()
Get schema version.
importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
Executes the Import.
Bibliographic dataset class.
getImportDirectory()
Get import directory.
Manifest parser for ILIAS standard export files.
Class ilBibliographicImporter.
$parser
Definition: BPMN2Parser.php:23
Xml importer class.