24include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   41                $this->copy_enabled = 
false;
 
   42                $this->delete_enabled = 
true;
 
   43                $this->cut_enabled = 
true;
 
   44                $this->subscribe_enabled = 
true;
 
   45                $this->link_enabled = 
true;
 
   46                $this->info_screen_enabled = 
true;
 
   48                $this->gui_class_name = 
"ilobjexternalfeedgui";
 
   51                include_once(
'./Modules/ExternalFeed/classes/class.ilObjExternalFeedAccess.php');
 
   64        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   66                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
  123                $cmd_link = 
"ilias.php?baseClass=ilExternalFeedHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
An exception for terminatinating execution or to throw for unit testing.
static _getCommands()
get commands
ListGUI class for media cast objects.
getCommandLink($a_cmd)
Get command link url.
isSideBlock()
Returns whether current item is a block in a side column or not.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getProperties()
Get item properties.
getCommandFrame($a_cmd)
Get command target frame.