Exporter class for Bibliographic class.
More...
|
| init () |
|
| getValidSchemaVersions ($a_entity) |
|
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) |
|
| __construct () |
| Constructor. More...
|
|
| setExport (ilExport $a_exp) |
| Set export object. More...
|
|
| getExport () |
| Get export. More...
|
|
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) |
| Get xml representation. More...
|
|
| init () |
|
| setExportDirectories ($a_dir_relative, $a_dir_absolute) |
| Export directories. More...
|
|
| getRelativeExportDirectory () |
| Get relative export directory. More...
|
|
| getAbsoluteExportDirectory () |
| Get absolute export directory. More...
|
|
| getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) |
| Get head dependencies. More...
|
|
| getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) |
| Get tail dependencies. More...
|
|
| getValidSchemaVersions ($a_entity) |
| Returns schema versions that the component can export to. More...
|
|
| determineSchemaVersion ($a_entity, $a_target_release) |
| Determine schema version. More...
|
|
◆ getValidSchemaVersions()
ilBibliographicExporter::getValidSchemaVersions |
( |
|
$a_entity | ) |
|
- Parameters
-
- Returns
- array
Definition at line 41 of file class.ilBibliographicExporter.php.
References array.
45 'namespace' =>
'http://www.ilias.de/Modules/DataCollection/dcl/4_5',
46 'xsd_file" => "ilias_dcl_4_5.xsd',
47 'uses_dataset' =>
true,
Create styles array
The data for the language used.
◆ getXmlRepresentation()
ilBibliographicExporter::getXmlRepresentation |
( |
|
$a_entity, |
|
|
|
$a_schema_version, |
|
|
|
$a_id |
|
) |
| |
Definition at line 55 of file class.ilBibliographicExporter.php.
References ilXmlExporter\getAbsoluteExportDirectory(), and ilUtil\makeDirParents().
58 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
59 $this->ds->exportLibraryFile($a_id);
61 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
'',
true,
true);
static makeDirParents($a_dir)
Create a new directory and all parent directories.
getAbsoluteExportDirectory()
Get absolute export directory.
◆ init()
ilBibliographicExporter::init |
( |
| ) |
|
◆ $db
ilBibliographicExporter::$db |
|
protected |
◆ $ds
ilBibliographicExporter::$ds |
|
protected |
The documentation for this class was generated from the following file: