22 $this->static_link_enabled =
true;
23 $this->delete_enabled =
true;
24 $this->cut_enabled =
true;
25 $this->copy_enabled =
true;
26 $this->subscribe_enabled =
true;
27 $this->link_enabled =
true;
28 $this->info_screen_enabled =
true;
30 $this->gui_class_name =
"ilobjlearningmodulegui";
38 $this->child_id = $a_child_id;
42 return $this->child_id;
60 $cmd_link =
"ilias.php?baseClass=ilLMPresentationGUI&ref_id=" . $this->ref_id .
66 $cmd_link =
"ilias.php?baseClass=ilLMPresentationGUI&ref_id=" . $this->ref_id .
71 $cmd_link =
"ilias.php?baseClass=ilLMPresentationGUI&ref_id=" .
$this->ref_id;
75 $cmd_link =
"ilias.php?baseClass=ilLMEditorGUI&ref_id=" .
$this->ref_id;
79 $cmd_link =
"ilias.php?baseClass=ilLMEditorGUI&ref_id=" . $this->ref_id .
"&to_props=1";
83 $cmd_link =
"ilias.php?baseClass=ilLMPresentationGUI&ref_id=" . $this->ref_id .
84 "&cmd=infoScreen&file_id" . $this->
getChildId();
88 $cmd_link =
'ilias.php?baseClass=ilLMPresentationGUI&ref_id=' . $this->ref_id .
89 '&cmd=downloadFile&file_id=' . $this->
getChildId();
93 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
94 $cmd_link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
95 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
148 $rbacsystem = $this->rbacsystem;
150 $props = parent::getProperties();
152 if ($rbacsystem->checkAccess(
'write', $this->ref_id)) {
153 $props[] = array(
"alert" =>
false,
"property" =>
$lng->txt(
"type"),
154 "value" =>
$lng->txt(
"lm"));
getCommandFrame($a_cmd)
Get command target frame.
Class ilObjLearningModuleListGUI.
getProperties()
Get item properties.
getCommandImage($a_cmd)
Get command icon image.
static _getCommands()
get commands
getCommandLink($a_cmd)
Overwrite this method, if link target is not build by ctrl class (e.g.