5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
22 parent::__construct();
30 $this->static_link_enabled =
true;
31 $this->delete_enabled =
true;
32 $this->cut_enabled =
true;
33 $this->copy_enabled =
true;
34 $this->subscribe_enabled =
true;
35 $this->link_enabled =
true;
36 $this->info_screen_enabled =
true;
38 $this->gui_class_name =
"ilobjbookingpoolgui";
50 include_once(
'./Modules/BookingManager/classes/class.ilObjBookingPoolAccess.php');
64 return parent::getCommandFrame($a_cmd);
80 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
81 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
82 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
97 include_once(
"./Modules/BookingManager/classes/class.ilObjBookingPool.php");
100 $props[] =
array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
101 "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
Create styles array
The data for the language used.
Class ilObjBookingPoolListGUI.