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')
65 'component' =>
'Services/Taxonomy',
74 return parent::getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids);
83 include_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
87 foreach($testObjIds as $testObjId)
91 $taxIds[$taxId] = $taxId;
109 "namespace" =>
"http://www.ilias.de/Modules/Test/htlm/4_1",
110 "xsd_file" =>
"ilias_tst_4_1.xsd",
111 "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)