ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilObjTestVerificationListGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13include_once "Services/Object/classes/class.ilObjectListGUI.php";
14
16{
20 function init()
21 {
22 $this->delete_enabled = true;
23 $this->cut_enabled = true;
24 $this->copy_enabled = true;
25 $this->subscribe_enabled = false;
26 $this->link_enabled = false;
27 $this->payment_enabled = false;
28 $this->info_screen_enabled = false;
29 $this->type = "tstv";
30 $this->gui_class_name = "ilobjtestverificationgui";
31
32 // general commands array
33 include_once('./Modules/Test/classes/class.ilObjTestVerificationAccess.php');
35 }
36
37 function getProperties()
38 {
39 global $lng;
40
41 return array(
42 array("alert" => false, "property" => $lng->txt("type"),
43 "value" => $lng->txt("wsp_list_tstv"))
44 );
45 }
46
47} // END class.ilObjTestVerificationListGUI
48?>
Class ilObjTestVerificationListGUI.
Class ilObjectListGUI.
global $lng
Definition: privfeed.php:40