4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
35 include_once
'./Modules/Test/classes/class.ilObjTest.php';
38 require_once
'Modules/Test/classes/class.ilTestExportFactory.php';
40 $testExport = $expFactory->getExporter(
'xml');
41 $zip = $testExport->buildExportFile();
43 $GLOBALS[
'ilLog']->write(__METHOD__ .
': Created zip file ' . $zip);
56 if ($a_entity ==
'tst') {
63 'component' =>
'Services/Taxonomy',
72 return parent::getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids);
81 include_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
85 foreach ($testObjIds as $testObjId) {
87 $taxIds[$taxId] = $taxId;
105 "namespace" =>
"http://www.ilias.de/Modules/Test/htlm/4_1",
106 "xsd_file" =>
"ilias_tst_4_1.xsd",
107 "uses_dataset" =>
false,
static getUsageOfObject($a_obj_id, $a_include_titles=false)
Get usage of object.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
Used for container export with tests.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
Create styles array
The data for the language used.
getDependingTaxonomyIds($testObjIds)