24 include_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 public 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";
getCommandFrame($a_cmd)
Get command target frame.
static _getCommands()
get commands
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getProperties()
Get item properties.
ListGUI class for media cast objects.
isSideBlock()
Returns whether current item is a block in a side column or not.
getCommandLink($a_cmd)
Get command link url.