3 declare(strict_types=0);
    44         $this->ref_id = $a_ref_id;
    47         $this->setting = $DIC->settings();
    48         $this->log = $DIC->logger()->crs();
    61         $this->
getWriter()->xmlStartTag(
'Objectives');
    68         $course = $factory->getInstanceByRefId($this->ref_id, 
false);
    70             $this->log->warning(
'Cannot create course instance for ref_id: ' . $this->ref_id);
    73         $this->log->debug(
'Writing objective xml');
    75             $this->log->debug(
'Handling objective_id: ' . $objective_id);
    80         $this->
getWriter()->xmlEndTag(
'Objectives');
    85         return $this->
getWriter()->xmlDumpMem(
false);
 
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
 
__construct(int $a_ref_id)
Constructor. 
 
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...
 
static _lookupObjectId(int $ref_id)
 
static getInstanceByObjId(int $a_obj_id)