ILIAS  release_8 Revision v8.23
ilBibliographicImporter Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBibliographicImporter:
+ Collaboration diagram for ilBibliographicImporter:

Public Member Functions

 init ()
 
 importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
 Executes the Import. More...
 
- Public Member Functions inherited from ilXmlImporter
 __construct ()
 
 setImport (ilImport $a_val)
 
 getImport ()
 
 init ()
 
 setInstallId (string $a_val)
 
 getInstallId ()
 
 setInstallUrl (string $a_val)
 
 getInstallUrl ()
 
 setSchemaVersion (string $a_val)
 
 getSchemaVersion ()
 
 setImportDirectory (string $a_val)
 
 getImportDirectory ()
 
 setSkipEntities (array $a_val)
 
 getSkipEntities ()
 
 exportedFromSameInstallation ()
 
 importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
 
 finalProcessing (ilImportMapping $a_mapping)
 
 afterContainerImportProcessing (ilImportMapping $mapping)
 

Protected Attributes

ilBibliographicDataSet $ds = null
 
- Protected Attributes inherited from ilXmlImporter
array $skip_entities = array()
 
ilImport $imp
 
string $install_id
 
string $install_url
 
string $schema_version
 
string $import_directory
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBibliographicImporter

Author
Theodor Truffer tt@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Martin Studer ms@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 24 of file class.ilBibliographicImporter.php.

Member Function Documentation

◆ importXmlRepresentation()

ilBibliographicImporter::importXmlRepresentation ( string  $a_entity,
string  $a_id,
string  $a_xml,
ilImportMapping  $a_mapping 
)

Executes the Import.

Definition at line 40 of file class.ilBibliographicImporter.php.

References ilXmlImporter\getSchemaVersion().

40  : void
41  {
42  $parser = new ilDataSetImportParser($a_entity, $this->getSchemaVersion(), $a_xml, $this->ds, $a_mapping);
43  }
Manifest parser for ILIAS standard export files.
+ Here is the call graph for this function:

◆ init()

ilBibliographicImporter::init ( )

Definition at line 29 of file class.ilBibliographicImporter.php.

References ilXmlImporter\getImportDirectory().

29  : void
30  {
31  $this->ds = new ilBibliographicDataSet();
32  $this->ds->setDSPrefix("ds");
33  $this->ds->setImportDirectory($this->getImportDirectory());
34  }
Bibliographic dataset class.
+ Here is the call graph for this function:

Field Documentation

◆ $ds

ilBibliographicDataSet ilBibliographicImporter::$ds = null
protected

Definition at line 26 of file class.ilBibliographicImporter.php.


The documentation for this class was generated from the following file: