33 public function init(): void
43 public static function lookupExportDirectory(
string $a_obj_type,
int $a_obj_id,
string $a_export_type =
'xml',
string $a_entity =
""): string
45 if ($a_export_type ==
'xml') {
61 include_once
'./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
65 include_once(
"./Modules/TestQuestionPool/classes/class.ilQuestionpoolExport.php");
67 $qpl_exp->buildExportFile();
70 $DIC[
'ilLog']->write(__METHOD__ .
': Created zip file');
83 if ($a_entity ==
'qpl') {
90 'component' =>
'Services/Taxonomy',
99 return parent::getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids);
108 include_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
112 foreach ($poolObjIds as $poolObjId) {
114 $taxIds[$taxId] = $taxId;
131 "namespace" =>
"http://www.ilias.de/Modules/TestQuestionPool/htlm/4_1",
132 "xsd_file" =>
"ilias_qpl_4_1.xsd",
133 "uses_dataset" =>
false,
getValidSchemaVersions(string $a_entity)
Returns schema versions that the component can export to.
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
Get xml representation.
static getUsageOfObject(int $a_obj_id, bool $a_include_titles=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getDependingTaxonomyIds($poolObjIds)
static getDataDir()
get data directory (outside webspace)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupExportDirectory(string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="")
Overwritten for qpl.
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
Get tail dependencies.