ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilBibliographicImporter. More...
Public Member Functions | |
init () | |
Init. | |
importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
Executes the Import. | |
Public Member Functions inherited from ilXmlImporter | |
__construct () | |
Constructor. | |
setInstallId ($a_val) | |
Set installation id. | |
getInstallId () | |
Get installation id. | |
setInstallUrl ($a_val) | |
Set installation url. | |
getInstallUrl () | |
Get installation url. | |
setSchemaVersion ($a_val) | |
Set schema version. | |
getSchemaVersion () | |
Get schema version. | |
setImportDirectory ($a_val) | |
Set import directory. | |
getImportDirectory () | |
Get import directory. | |
setSkipEntities ($a_val) | |
Set skip entities. | |
getSkipEntities () | |
Get skip entities. | |
finalProcessing ($a_mapping) | |
Final processing. |
Protected Attributes | |
$ds | |
Protected Attributes inherited from ilXmlImporter | |
$skip_entities = array() |
Class ilBibliographicImporter.
Definition at line 12 of file class.ilBibliographicImporter.php.
ilBibliographicImporter::importXmlRepresentation | ( | $a_entity, | |
$a_id, | |||
$a_xml, | |||
$a_mapping | |||
) |
Executes the Import.
$a_entity | |
$a_id | |
$a_xml | |
$a_mapping |
Reimplemented from ilXmlImporter.
Definition at line 37 of file class.ilBibliographicImporter.php.
References ilXmlImporter\getSchemaVersion().
ilBibliographicImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilBibliographicImporter.php.
References ilXmlImporter\getImportDirectory().
|
protected |
Definition at line 17 of file class.ilBibliographicImporter.php.