35 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
44 $this->static_link_enabled =
true;
45 $this->delete_enabled =
true;
46 $this->cut_enabled =
true;
47 $this->copy_enabled =
true;
48 $this->subscribe_enabled =
true;
49 $this->link_enabled =
false;
50 $this->info_screen_enabled =
true;
52 $this->gui_class_name =
"ilobjfoldergui";
55 include_once(
'./Modules/Folder/classes/class.ilObjFolderAccess.php');
69 $props = parent::getProperties();
87 case 'mount_webfolder':
88 require_once(
'Services/WebDAV/classes/class.ilDAVActivationChecker.php');
93 $cmd_link = $uri_builder->getUriToMountInstructionModalByRef($this->ref_id);
99 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
100 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
101 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
122 return parent::getCommandFrame($a_cmd);
static _isActive()
Static getter.
getCommandFrame($a_cmd)
Get command target frame.
getProperties()
Get item properties.
Class ilObjFolderListGUI.
static _getCommands()
get commands
getUriToMountInstructionModalByRef(int $a_ref_id)
getCommandLink($a_cmd)
Get command link url.