85 public function init(): void
87 $this->copy_enabled =
true;
88 $this->static_link_enabled =
false;
89 $this->delete_enabled =
true;
90 $this->cut_enabled =
true;
91 $this->subscribe_enabled =
true;
92 $this->link_enabled =
false;
93 $this->info_screen_enabled =
true;
95 $this->gui_class_name =
"ilobjgroupgui";
98 if ($this->substitutions->isActive()) {
99 $this->substitutions_enabled =
true;
117 $ilAccess = $DIC[
'ilAccess'];
118 $tree = $DIC[
'tree'];
120 $this->reference_ref_id =
$ref_id;
121 $this->reference_obj_id =
$obj_id;
127 $target_ref_id = current($target_ref_ids);
131 $this->deleted = !$target_ref_id ||
$tree->
isDeleted($target_ref_id);
133 parent::initItem((
int) $target_ref_id, $target_obj_id, $type, $target_title, $target_description);
138 if ($ilAccess->checkAccess(
'write',
'', $this->reference_ref_id) or
$this->deleted) {
139 $this->info_screen_enabled =
false;
141 $this->info_screen_enabled =
true;
150 $ilUser = $DIC[
'ilUser'];
151 $tree = $DIC[
'tree'];
153 $props = parent::getProperties();
156 if ($this->deleted) {
157 $props[] = array(
"alert" =>
true,
"property" =>
$lng->
txt(
"status"),
158 "value" =>
$lng->
txt(
"reference_deleted"));
161 return $props ? $props : array();
178 case 'editReference':
179 return parent::checkCommandAccess($permission, $cmd, $this->
getCommandId(), $type,
$obj_id);
182 switch ($permission) {
186 return parent::checkCommandAccess($permission, $cmd, $this->
getCommandId(), $type,
$obj_id);
190 return parent::checkCommandAccess($permission, $cmd, $ref_id, $type,
$obj_id);
203 $ilCtrl = $DIC[
'ilCtrl'];
206 case 'editReference':
207 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->
getCommandId());
208 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $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", $cmd);
215 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
__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.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
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.
getCommandLink(string $cmd)
get command link
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getCommands()
get commands
checkCommandAccess(string $permission, string $cmd, int $ref_id, string $type, ?int $obj_id=null)
initItem(int $ref_id, int $obj_id, string $type, string $title="", string $description="")
static _lookupDescription(int $obj_id)
getCommandId()
get command id
insertTimingsCommand()
no activation for links
__construct(Container $dic, ilPlugin $plugin)
static _lookupTargetId(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getInstanceByObjectType(string $a_type)