ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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->info_screen_enabled = false;
28 $this->type = "tstv";
29 $this->gui_class_name = "ilobjtestverificationgui";
30
31 // general commands array
32 include_once('./Modules/Test/classes/class.ilObjTestVerificationAccess.php');
34 }
35
36 function getProperties()
37 {
38 global $lng;
39
40 return array(
41 array("alert" => false, "property" => $lng->txt("type"),
42 "value" => $lng->txt("wsp_list_tstv"))
43 );
44 }
45
46} // END class.ilObjTestVerificationListGUI
47?>
An exception for terminatinating execution or to throw for unit testing.
Class ilObjTestVerificationListGUI.
Class ilObjectListGUI.
global $lng
Definition: privfeed.php:17