5include_once 
'./Modules/Course/classes/class.ilCourseXMLWriter.php';
 
    6include_once 
'./Services/Export/classes/class.ilXmlExporter.php';
 
   34        $this->logger = 
$GLOBALS[
'DIC']->logger()->crs();
 
   55        if ($a_entity != self::ENTITY_MAIN) {
 
   62                'component'             => 
'Services/Container',
 
   72        $dependencies = array();
 
   73        if ($a_entity == self::ENTITY_MAIN) {
 
   75            foreach ($a_ids as 
$id) {
 
   79            $dependencies[] = array(
 
   80                    'component'                 => 
'Modules/Course',
 
   81                    'entity'                    => self::ENTITY_OBJECTIVE,
 
   85            include_once 
'./Modules/Course/classes/Objectives/class.ilLOPage.php';
 
   86            include_once 
'./Modules/Course/classes/class.ilCourseObjective.php';
 
   90                    $page_ids[] = (
'lobj:' . $page_id[
'id']);
 
   95                $dependencies[] = array(
 
   96                    'component' => 
'Services/COPage',
 
  102        return $dependencies;
 
  120        if ($a_entity == self::ENTITY_OBJECTIVE) {
 
  122                include_once 
'./Modules/Course/classes/Objectives/class.ilLOXmlWriter.php';
 
  126            } 
catch (Exception $ex) {
 
  127                $this->logger->error(
'Export failed with message: ' . $ex->getMessage());
 
  135            $this->logger->warning($a_id . 
' is not id of course instance.');
 
  141        $this->writer->start();
 
  142        return $this->writer->xmlDumpMem(
false);
 
  156                "namespace" => 
"http://www.ilias.de/Modules/Course/crs/4_1",
 
  157                "xsd_file" => 
"ilias_course_4_1.xsd",
 
  158                "uses_dataset" => 
false,
 
  162                "namespace" => 
"http://www.ilias.de/Modules/Course/crs/5_0",
 
  163                "xsd_file" => 
"ilias_crs_5_0.xsd",
 
  164                "uses_dataset" => 
false,
 
An exception for terminatinating execution or to throw for unit testing.
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml.
__construct()
Constructor.
getXmlExportHeadDependencies($a_entity, $a_target_release, $a_ids)
Get head dependencies.
static _getObjectiveIds($course_id, $a_activated_only=false)
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
static _getAllReferences($a_id)
get all reference ids of object
static getAllPages($a_parent_type, $a_parent_id, $a_lang="-")
Get all pages for parent object.
if(!array_key_exists('StateId', $_REQUEST)) $id
$GLOBALS['loaded']
Global hash that tracks already loaded includes.