5include_once
"Services/Object/classes/class.ilObjectListGUI.php";
27 $this->copy_enabled =
false;
28 $this->delete_enabled =
true;
29 $this->cut_enabled =
false;
30 $this->subscribe_enabled =
false;
31 $this->link_enabled =
false;
32 $this->info_screen_enabled =
true;
34 $this->gui_class_name =
"ilobjpollgui";
37 include_once(
'./Modules/Poll/classes/class.ilObjPollAccess.php');
55 $props = parent::getProperties();
60 include_once
'Modules/Poll/classes/class.ilObjPollAccess.php';
62 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
63 "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.