ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
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
14
include_once
"Services/Object/classes/class.ilObjectListGUI.php"
;
15
16
class
ilObjExerciseVerificationListGUI
extends
ilObjectListGUI
17
{
21
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->payment_enabled =
false
;
29
$this->info_screen_enabled =
false
;
30
$this->type =
"excv"
;
31
$this->gui_class_name =
"ilobjexerciseverificationgui"
;
32
33
// general commands array
34
include_once(
'./Modules/Exercise/classes/class.ilObjExerciseVerificationAccess.php'
);
35
$this->commands =
ilObjExerciseVerificationAccess::_getCommands
();
36
}
37
38
}
// END class.ilObjTestVerificationListGUI
39
?>
Modules
Exercise
classes
class.ilObjExerciseVerificationListGUI.php
Generated on Sat Apr 30 2016 19:00:37 for ILIAS by
1.8.1.2 (using
Doxyfile
)