6include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
    7include_once(
'./Modules/WebResource/classes/class.ilObjLinkResourceAccess.php');
 
   40                        return $this->link_data[
'title'];
 
   42                return parent::getTitle();
 
   55                        $desc = $this->link_data[
'description'];
 
   61                                        $ilSetting->get(
"rep_shorten_description_length"), 
true);
 
   66                return parent::getDescription();
 
   74                $this->delete_enabled = 
true;
 
   75                $this->cut_enabled = 
true;
 
   76                $this->copy_enabled = 
true;
 
   77                $this->subscribe_enabled = 
true;
 
   78                $this->link_enabled = 
true;
 
   79                $this->payment_enabled = 
false;
 
   81                $this->gui_class_name = 
"ilobjlinkresourcegui";
 
   82                $this->info_screen_enabled = 
true;
 
  103                        include_once 
"Services/Form/classes/class.ilFormPropertyGUI.php";
 
  104                        include_once 
"Services/Form/classes/class.ilLinkInputGUI.php";                                                          
 
  145                                $a_cmd = 
"calldirectlink";
 
  147                        $this->ctrl->setParameterByClass($this->gui_class_name, 
"ref_id", 
"");
 
  148                        $this->ctrl->setParameterByClass($this->gui_class_name, 
"wsp_id", $this->ref_id);
 
  149                        return $this->ctrl->getLinkTargetByClass(array(
"ilpersonalworkspacegui", $this->gui_class_name), $a_cmd);
 
  161                                                $cmd_link = 
"ilias.php?baseClass=ilLinkResourceHandlerGUI&ref_id=".$this->ref_id.
"&cmd=calldirectlink";
 
  165                                                $cmd_link = 
"ilias.php?baseClass=ilLinkResourceHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
  170                                        $cmd_link = 
"ilias.php?baseClass=ilLinkResourceHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
  183                include_once 
'./Modules/WebResource/classes/class.ilLinkResourceItems.php';
 
  184                include_once 
'./Modules/WebResource/classes/class.ilParameterAppender.php';
 
static _getFirstLink($a_webr_id)
Get first link item Check before with _isSingular() if there is more or less than one.
static _getFirstLink($a_webr_id)
Get first link item Check before with _isSingular() if there is more or less than one.
_getCommands()
get commands
static _checkDirectLink($a_obj_id)
Check whether there is only one active link in the web resource.
Class ilObjLinkResourceListGUI.
getCommandFrame($a_cmd)
Get command target frame.
getDescription()
overwritten from base class
ilObjLinkResourceListGUI()
constructor
__readLink()
Get data of first active link resource.
getCommandLink($a_cmd)
Get command link url.
getProperties()
Get item properties.
getTitle()
overwritten from base class
ilObjectListGUI()
constructor
static _append($a_link_data)
static _isEnabled()
Check if dynamic parameters are enabled.
static shortenText($a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']