|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionExporter. More...
Inheritance diagram for ilDataCollectionExporter:
Collaboration diagram for ilDataCollectionExporter:Public Member Functions | |
| init () | |
| getValidSchemaVersions ($a_entity) | |
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
| Get xml representation. | |
| getXmlExportHeadDependencies ($a_entity, $a_target_release, $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. | |
| getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
| Get tail dependencies. | |
Public Member Functions inherited from ilXmlExporter | |
| __construct () | |
| Constructor. | |
| setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
| Export directories. | |
| getRelativeExportDirectory () | |
| Get relative export directory. | |
| getAbsoluteExportDirectory () | |
| Get absolute export directory. | |
| determineSchemaVersion ($a_entity, $a_target_release) | |
| Determine schema version. | |
Protected Attributes | |
| $ds | |
| $db | |
Protected Attributes inherited from ilXmlExporter | |
| $dir_relative | |
| $dir_absolute | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilXmlExporter | |
| static | lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type= 'xml', $a_entity="") |
| export directory lookup | |
Class ilDataCollectionExporter.
Definition at line 14 of file class.ilDataCollectionExporter.php.
| ilDataCollectionExporter::getValidSchemaVersions | ( | $a_entity | ) |
| string | $a_entity |
Reimplemented from ilXmlExporter.
Definition at line 39 of file class.ilDataCollectionExporter.php.
| ilDataCollectionExporter::getXmlExportHeadDependencies | ( | $a_entity, | |
| $a_target_release, | |||
| $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.
| $a_entity | |
| $a_target_release | |
| $a_ids |
Reimplemented from ilXmlExporter.
Definition at line 70 of file class.ilDataCollectionExporter.php.
References ilObjMediaPool\getAllMobIds(), ilDataCollectionDatatype\INPUTFORMAT_FILE, and ilDataCollectionDatatype\INPUTFORMAT_MOB.
Here is the call graph for this function:| ilDataCollectionExporter::getXmlExportTailDependencies | ( | $a_entity, | |
| $a_target_release, | |||
| $a_ids | |||
| ) |
Get tail dependencies.
| string | entity |
| string | target release |
| array | ids |
Reimplemented from ilXmlExporter.
Definition at line 119 of file class.ilDataCollectionExporter.php.
| ilDataCollectionExporter::getXmlRepresentation | ( | $a_entity, | |
| $a_schema_version, | |||
| $a_id | |||
| ) |
Get xml representation.
| string | entity |
| string | schema version |
| string | id |
Reimplemented from ilXmlExporter.
Definition at line 52 of file class.ilDataCollectionExporter.php.
References ilXmlExporter\getAbsoluteExportDirectory(), and ilUtil\makeDirParents().
Here is the call graph for this function:| ilDataCollectionExporter::init | ( | ) |
Reimplemented from ilXmlExporter.
Definition at line 26 of file class.ilDataCollectionExporter.php.
References $ilDB.
|
protected |
Definition at line 23 of file class.ilDataCollectionExporter.php.
|
protected |
Definition at line 19 of file class.ilDataCollectionExporter.php.