ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilObjCourseVerificationListGUI.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
14include_once "Services/Object/classes/class.ilObjectListGUI.php";
15
17{
21 public function init()
22 {
23 $this->delete_enabled = true;
24 $this->cut_enabled = true;
25 $this->copy_enabled = true;
26 $this->subscribe_enabled = false;
27 $this->link_enabled = false;
28 $this->info_screen_enabled = false;
29 $this->type = "crsv";
30 $this->gui_class_name = "ilobjcourseverificationgui";
31
32 // general commands array
33 include_once('./Modules/Course/classes/Verification/class.ilObjCourseVerificationAccess.php');
35 }
36
37 public function getProperties()
38 {
39 global $DIC;
40
41 $lng = $DIC['lng'];
42
43 return array(
44 array("alert" => false, "property" => $lng->txt("type"),
45 "value" => $lng->txt("wsp_list_crsv"))
46 );
47 }
48} // END class.ilObjTestVerificationListGUI
An exception for terminatinating execution or to throw for unit testing.
Class ilObjCourseVerificationListGUI.
Class ilObjectListGUI.
$DIC
Definition: xapitoken.php:46