3 declare(strict_types=0);
36 $this->
logger = $DIC->logger()->crs();
39 public function init(): void
48 if ($a_entity != self::ENTITY_MAIN) {
55 'component' =>
'Services/Container',
64 $dependencies = array();
65 if ($a_entity == self::ENTITY_MAIN) {
67 foreach ($a_ids as
$id) {
71 $dependencies[] = array(
72 'component' =>
'Modules/Course',
73 'entity' => self::ENTITY_OBJECTIVE,
80 $page_ids[] = (
'lobj:' . $page_id[
'id']);
84 if ($page_ids !== []) {
85 $dependencies[] = array(
86 'component' =>
'Services/COPage',
98 $course_ref_id = end($refs);
102 if ($a_entity == self::ENTITY_OBJECTIVE) {
106 return $writer->getXml();
108 $this->
logger->error(
'Export failed with message: ' . $ex->getMessage());
116 $this->
logger->warning($a_id .
' is not id of course instance.');
122 $this->writer->start();
123 return $this->writer->xmlDumpMem(
false);
130 "namespace" =>
"http://www.ilias.de/Modules/Course/crs/4_1",
131 "xsd_file" =>
"ilias_course_4_1.xsd",
132 "uses_dataset" =>
false,
137 "namespace" =>
"http://www.ilias.de/Modules/Course/crs/5_0",
138 "xsd_file" =>
"ilias_crs_5_0.xsd",
139 "uses_dataset" =>
false,
getValidSchemaVersions(string $a_entity)
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getAllPages(string $a_parent_type, int $a_parent_id, string $a_lang="-")
Get all pages for parent object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...