ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
init () | |
getValidSchemaVersions (string $a_entity) | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
MOB/File fieldtypes objects are head dependencies They must be exported and imported first, so the new DC has the new IDs of those objects available. More... | |
getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
![]() | |
__construct () | |
setExport (ilExport $a_exp) | |
getExport () | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
init () | |
setExportDirectories (string $a_dir_relative, string $a_dir_absolute) | |
getRelativeExportDirectory () | |
getAbsoluteExportDirectory () | |
getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get tail dependencies. More... | |
getValidSchemaVersions (string $a_entity) | |
Returns schema versions that the component can export to. More... | |
determineSchemaVersion (string $a_entity, string $a_target_release) | |
Protected Attributes | |
ilDataCollectionDataSet | $ds |
ilDBInterface | $db |
![]() | |
ilExport | $exp |
Additional Inherited Members | |
![]() | |
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
Definition at line 21 of file class.ilDataCollectionExporter.php.
ilDataCollectionExporter::getValidSchemaVersions | ( | string | $a_entity | ) |
string | $a_entity |
Reimplemented from ilXmlExporter.
Definition at line 39 of file class.ilDataCollectionExporter.php.
ilDataCollectionExporter::getXmlExportHeadDependencies | ( | string | $a_entity, |
string | $a_target_release, | ||
array | $a_ids | ||
) |
MOB/File fieldtypes objects are head dependencies They must be exported and imported first, so the new DC has the new IDs of those objects available.
string | $a_entity | |
string | $a_target_release | |
array | $a_ids |
Reimplemented from ilXmlExporter.
Definition at line 75 of file class.ilDataCollectionExporter.php.
References ilDclDatatype\INPUTFORMAT_FILEUPLOAD, ilDclDatatype\INPUTFORMAT_MOB, and ILIAS\Repository\int().
ilDataCollectionExporter::getXmlExportTailDependencies | ( | string | $a_entity, |
string | $a_target_release, | ||
array | $a_ids | ||
) |
string | $a_entity | |
string | $a_target_release | |
array | $a_ids |
Reimplemented from ilXmlExporter.
Definition at line 128 of file class.ilDataCollectionExporter.php.
References $id.
ilDataCollectionExporter::getXmlRepresentation | ( | string | $a_entity, |
string | $a_schema_version, | ||
string | $a_id | ||
) |
Reimplemented from ilXmlExporter.
Definition at line 59 of file class.ilDataCollectionExporter.php.
References ilXmlExporter\getAbsoluteExportDirectory(), and ilFileUtils\makeDirParents().
ilDataCollectionExporter::init | ( | ) |
Reimplemented from ilXmlExporter.
Definition at line 26 of file class.ilDataCollectionExporter.php.
|
protected |
Definition at line 24 of file class.ilDataCollectionExporter.php.
|
protected |
Definition at line 23 of file class.ilDataCollectionExporter.php.