35include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   45                $this->static_link_enabled = 
true;
 
   46                $this->delete_enabled = 
true;
 
   47                $this->cut_enabled = 
true;
 
   48                $this->copy_enabled = 
true;
 
   49                $this->subscribe_enabled = 
true;
 
   50                $this->link_enabled = 
false;
 
   51                $this->info_screen_enabled = 
true;
 
   53                $this->gui_class_name = 
"ilobjfoldergui";
 
   56                include_once(
'./Modules/Folder/classes/class.ilObjFolderAccess.php');
 
   75                $props = parent::getProperties();
 
   97                        case 'mount_webfolder' :
 
   98                                require_once (
'Services/WebDAV/classes/class.ilDAVActivationChecker.php');
 
  101                                        require_once (
'Services/WebDAV/classes/class.ilDAVServer.php');
 
  108                                        $cmd_link = $davServer->getMountURI($this->ref_id, $this->title, $this->parent).
 
  109                                                                '" folder="'.$davServer->getFolderURI($this->ref_id, $this->title, $this->parent);
 
  114                                $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", $this->ref_id);
 
  115                                $cmd_link = 
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
 
  116                                $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", 
$_GET[
"ref_id"]);
 
  137                return parent::getCommandFrame($a_cmd);
 
An exception for terminatinating execution or to throw for unit testing.
static _isActive()
Static getter.
static getInstance()
Get singelton instance.
static _getCommands()
get commands
Class ilObjFolderListGUI.
getCommandFrame($a_cmd)
Get command target frame.
getProperties()
Get item properties.
getCommandLink($a_cmd)
Get command link url.