23 $this->ctrl = $DIC->ctrl();
24 $this->lng = $DIC->language();
33 $this->static_link_enabled =
true;
34 $this->delete_enabled =
true;
35 $this->cut_enabled =
true;
36 $this->copy_enabled =
true;
37 $this->subscribe_enabled =
true;
38 $this->link_enabled =
true;
39 $this->info_screen_enabled =
true;
41 $this->gui_class_name =
"ilobjbookingpoolgui";
57 return parent::getCommandFrame($a_cmd);
72 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
73 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
74 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", (
int)
$_GET[
"ref_id"]);
90 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
91 "value" =>
$lng->txt(
"offline"));
getCommandFrame($a_cmd)
Get command target frame.
static _lookupOnline($a_obj_id)
Check object status.
getCommandLink($a_cmd)
Get command link url.
static _getCommands()
get commands
__construct(Container $dic, ilPlugin $plugin)
Class ilObjBookingPoolListGUI.