19 include_once 
"./Modules/Course/classes/class.ilObjCourseListGUI.php";
    87     public function init(): void
    89         $this->copy_enabled = 
true;
    90         $this->static_link_enabled = 
false;
    91         $this->delete_enabled = 
true;
    92         $this->cut_enabled = 
true;
    93         $this->subscribe_enabled = 
true;
    94         $this->link_enabled = 
false;
    95         $this->info_screen_enabled = 
true;
    97         $this->gui_class_name = 
"ilobjcoursegui";
   100         if ($this->substitutions->isActive()) {
   101             $this->substitutions_enabled = 
true;
   119         $ilAccess = $DIC->access();
   120         $tree = $DIC->repositoryTree();
   122         $this->reference_ref_id = 
$ref_id;
   123         $this->reference_obj_id = 
$obj_id;
   129         $target_ref_id = current($target_ref_ids);
   133         $this->deleted = !$target_ref_id || 
$tree->
isDeleted($target_ref_id);
   135         parent::initItem((
int) $target_ref_id, $target_obj_id, $type, $target_title, $target_description);
   140         if ($ilAccess->checkAccess(
'write', 
'', $this->reference_ref_id) or 
$this->deleted) {
   141             $this->info_screen_enabled = 
false;
   143             $this->info_screen_enabled = 
true;
   151         $props = parent::getProperties();
   154         if ($this->deleted) {
   155             $props[] = array(
"alert" => 
true, 
"property" => $lng->txt(
"status"),
   156                 "value" => $lng->txt(
"reference_deleted"));
   159         return $props ? $props : array();
   176             case 'editReference':
   177                 return parent::checkCommandAccess($permission, $cmd, $this->
getCommandId(), $type, 
$obj_id);
   180         switch ($permission) {
   184                 return parent::checkCommandAccess($permission, $cmd, $this->
getCommandId(), $type, 
$obj_id);
   188                 return parent::checkCommandAccess($permission, $cmd, $ref_id, $type, 
$obj_id);
   203             case 'editReference':
   204                 $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", $this->
getCommandId());
   205                 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
   206                 $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", 
$_GET[
"ref_id"] ?? null);
   210                 $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", $this->ref_id);
   211                 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
   212                 $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", 
$_GET[
"ref_id"] ?? null);
 
__construct()
Constructor. 
 
static _lookupTitle(int $obj_id)
 
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item. 
 
static _getAllReferences(int $id)
get all reference ids for object ID 
 
isDeleted(int $a_node_id)
This is a wrapper for isSaved() with a more useful name. 
 
insertTimingsCommand()
no activation for links 
 
getCommandId()
get command id 
 
static _lookupObjId(int $ref_id)
 
initItem(int $ref_id, int $obj_id, string $type, string $title="", string $description="")
 
static _getCommands()
get commands 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static _lookupDescription(int $obj_id)
 
getCommandLink(string $cmd)
get command link 
 
static _lookupTargetId(int $a_obj_id)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
checkCommandAccess(string $permission, string $cmd, int $ref_id, string $type, ?int $obj_id=null)
 
static _getInstanceByObjectType(string $a_type)