19 declare(strict_types=0);
36 $this->
logger = $DIC->logger()->crs();
39 public function init(): void
48 if ($a_entity != self::ENTITY_MAIN) {
55 'component' =>
'components/ILIAS/Container',
66 foreach ($record_obj->getAssignedObjectTypes() as $obj_info) {
67 if ($obj_info[
'obj_type'] ==
'crs' && $obj_info[
'optional'] == 0) {
68 $active[] = $record_obj->getRecordId();
72 $obj_info[
'obj_type'] ==
'crs' &&
73 $obj_info[
'optional'] == 1 &&
74 $a_id == $record_obj->getParentObject()
76 $active[] = $record_obj->getRecordId();
86 if ($a_entity !== self::ENTITY_MAIN) {
92 foreach ($a_ids as
$id) {
97 'component' =>
'components/ILIAS/Course',
98 'entity' => self::ENTITY_OBJECTIVE,
105 $page_ids[] = (
'lobj:' . $page_id[
'id']);
109 if ($page_ids !== []) {
111 'component' =>
'components/ILIAS/COPage',
118 foreach ($a_ids as $id) {
120 foreach ($rec_ids as $rec_id) {
121 $advmd_ids[] = $id .
":" . $rec_id;
125 if ($advmd_ids !== []) {
127 "component" =>
"components/ILIAS/AdvancedMetaData",
134 foreach ($a_ids as $crs_id) {
135 $md_ids[] = $crs_id .
":0:crs";
137 if ($md_ids !== []) {
139 "component" =>
"components/ILIAS/MetaData",
144 return $dependencies;
150 $course_ref_id = end($refs);
154 if ($a_entity == self::ENTITY_OBJECTIVE) {
158 return $writer->getXml();
160 $this->
logger->error(
'Export failed with message: ' . $ex->getMessage());
168 $this->
logger->warning($a_id .
' is not id of course instance.');
174 $this->writer->start();
175 return $this->writer->xmlDumpMem(
false);
182 "namespace" =>
'http://www.ilias.de/Modules/Course/crs/10',
183 "xsd_file" =>
'ilias_crs_10.xsd',
184 "uses_dataset" =>
false,
189 "namespace" =>
'http://www.ilias.de/Modules/Course/crs/9',
190 "xsd_file" =>
'ilias_crs_9_0.xsd',
191 "uses_dataset" =>
false,
196 "namespace" =>
"http://www.ilias.de/Modules/Course/crs/4_1",
197 "xsd_file" =>
"ilias_course_4_1.xsd",
198 "uses_dataset" =>
false,
203 "namespace" =>
"http://www.ilias.de/Modules/Course/crs/5_0",
204 "xsd_file" =>
"ilias_crs_5_0.xsd",
205 "uses_dataset" =>
false,
getValidSchemaVersions(string $a_entity)
static _getActivatedRecordsByObjectType(string $a_obj_type, string $a_sub_type="", bool $a_only_optional=false)
Get activated records by object type.
static _getAllReferences(int $id)
get all reference ids for object ID
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
getActiveAdvMDRecords(int $a_id)
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
getXmlExportHeadDependencies(string $a_entity, string $a_target_release, array $a_ids)
Get head dependencies.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
XML writer class Class to simplify manual writing of xml documents.
static getAllPages(string $a_parent_type, int $a_parent_id, string $a_lang="-")
Get all pages for parent object.