ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjExerciseVerificationListGUI.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 
15 {
19  public function init()
20  {
21  $this->delete_enabled = true;
22  $this->cut_enabled = true;
23  $this->copy_enabled = true;
24  $this->subscribe_enabled = false;
25  $this->link_enabled = false;
26  $this->info_screen_enabled = false;
27  $this->type = "excv";
28  $this->gui_class_name = "ilobjexerciseverificationgui";
29 
30  // general commands array
32  }
33 
34  public function getProperties()
35  {
36  $lng = $this->lng;
37 
38  return array(
39  array("alert" => false, "property" => $lng->txt("type"),
40  "value" => $lng->txt("wsp_list_excv"))
41  );
42  }
43 }
Class ilObjectListGUI.
Class ilObjExerciseVerificationListGUI.