5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
24 $this->ctrl = $DIC->ctrl();
25 $this->lng = $DIC->language();
26 parent::__construct();
34 $this->static_link_enabled =
true;
35 $this->delete_enabled =
true;
36 $this->cut_enabled =
true;
37 $this->copy_enabled =
true;
38 $this->subscribe_enabled =
true;
39 $this->link_enabled =
true;
40 $this->info_screen_enabled =
true;
42 $this->gui_class_name =
"ilobjbookingpoolgui";
54 include_once(
'./Modules/BookingManager/classes/class.ilObjBookingPoolAccess.php');
68 return parent::getCommandFrame($a_cmd);
83 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
84 $cmd_link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
85 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", (
int)
$_GET[
"ref_id"]);
100 include_once(
"./Modules/BookingManager/classes/class.ilObjBookingPool.php");
102 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
103 "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
Class ilObjBookingPoolListGUI.