5include_once
"Services/Object/classes/class.ilObjectListGUI.php";
22 $this->copy_enabled =
false;
23 $this->delete_enabled =
true;
24 $this->cut_enabled =
false;
25 $this->subscribe_enabled =
false;
26 $this->link_enabled =
false;
27 $this->info_screen_enabled =
true;
29 $this->gui_class_name =
"ilobjpollgui";
32 include_once(
'./Modules/Poll/classes/class.ilObjPollAccess.php');
50 $props = parent::getProperties();
55 include_once
'Modules/Poll/classes/class.ilObjPollAccess.php';
57 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
58 "value" =>
$lng->txt(
"offline"));
An exception for terminatinating execution or to throw for unit testing.
static _getCommands()
get commands
static _lookupOnline($a_obj_id)
get status
getProperties()
Get item properties.