24 include_once
"./Modules/Course/classes/class.ilObjCourseListGUI.php";
48 parent::__construct();
82 $this->copy_enabled =
false;
83 $this->static_link_enabled =
false;
84 $this->delete_enabled =
true;
85 $this->cut_enabled =
true;
86 $this->subscribe_enabled =
true;
87 $this->link_enabled =
false;
88 $this->info_screen_enabled =
true;
90 $this->gui_class_name =
"ilobjcoursegui";
92 include_once(
'Services/AdvancedMetaData/classes/class.ilAdvancedMDSubstitution.php');
94 if($this->substitutions->isActive())
96 $this->substitutions_enabled =
true;
111 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
115 $this->reference_ref_id = $a_ref_id;
116 $this->reference_obj_id = $a_obj_id;
119 include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php');
123 $target_ref_id = current($target_ref_ids);
127 $this->deleted = $tree->isDeleted($target_ref_id);
129 $ilBench->start(
"ilObjCourseListGUI",
"1000_checkAllConditions");
131 $ilBench->stop(
"ilObjCourseListGUI",
"1000_checkAllConditions");
134 parent::initItem($target_ref_id, $target_obj_id,$target_title,$target_description);
137 include_once(
'./Modules/CourseReference/classes/class.ilObjCourseReferenceAccess.php');
140 if($ilAccess->checkAccess(
'write',
'',$this->reference_ref_id)
or $this->deleted)
142 $this->info_screen_enabled =
false;
146 $this->info_screen_enabled =
true;
154 $props = parent::getProperties();
159 $props[] =
array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
160 "value" => $lng->txt(
"reference_deleted"));
163 return $props ? $props :
array();
176 case 'editReference':
177 return parent::checkCommandAccess($a_permission, $a_cmd, $this->
getCommandId(),
$a_type, $a_obj_id);
180 switch($a_permission)
185 return parent::checkCommandAccess($a_permission, $a_cmd, $this->
getCommandId(),
$a_type, $a_obj_id);
189 return parent::checkCommandAccess($a_permission, $a_cmd, $a_ref_id,
$a_type, $a_obj_id);
206 case 'editReference':
207 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->
getCommandId());
208 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
209 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
213 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
214 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
215 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
getCommandLink($a_cmd)
get command link
__construct()
Constructor.
insertTimingsCommand()
no activation for links
getCommandId()
get command id
static _getAllReferences($a_id)
get all reference ids of object
static _getInstanceByObjectType($a_type)
Singleton: use this method to get an instance.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item Course reference inits the course item
static _getCommands()
get commands
static _lookupTitle($a_obj_id)
Overwitten from base class.
static _lookupDescription($a_id)
lookup object description
Class ilObjCourseListGUI.
static _checkAllConditionsOfTarget($a_target_ref_id, $a_target_id, $a_target_type="", $a_usr_id=0)
checks wether all conditions of a target object are fulfilled
Create styles array
The data for the language used.
checkCommandAccess($a_permission, $a_cmd, $a_ref_id, $a_type, $a_obj_id="")
static _lookupTargetId($a_obj_id)
lookup target id