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');
90 require_once(
'Services/WebDAV/classes/class.ilWebDAVUtil.php');
97 $cmd_link = $dav_util->getMountURI($this->ref_id, $this->title, $this->
parent) .
98 '" folder="' . $dav_util->getFolderURI($this->ref_id, $this->title, $this->
parent);
104 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
105 $cmd_link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
106 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
127 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
static getInstance()
Get singleton instance.
getCommandLink($a_cmd)
Get command link url.