4 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
21 $this->static_link_enabled =
true;
22 $this->delete_enabled =
true;
23 $this->cut_enabled =
true;
24 $this->copy_enabled =
true;
25 $this->subscribe_enabled =
true;
26 $this->link_enabled =
true;
27 $this->info_screen_enabled =
true;
29 $this->gui_class_name =
"ilobjexercisegui";
32 include_once(
'./Modules/Exercise/classes/class.ilObjExerciseAccess.php');
45 public function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
47 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
86 if ($rem[
"mtime"] !=
"") {
88 "property" => ($rem[
"cnt"] > 1)
89 ? $this->lng->txt(
"exc_next_deadline")
90 : $this->lng->txt(
"exc_next_deadline_single"),
91 "value" => $rem[
"mtime"]
109 $cmd_link =
"ilias.php?baseClass=ilExerciseHandlerGUI&ref_id=" . $this->ref_id .
"&cmd=$a_cmd";
getCommandFrame($a_cmd)
Get command target frame.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getProperties()
Get item properties.
static _lookupRemainingWorkingTimeString($a_obj_id)
Create styles array
The data for the language used.
static _getCommands()
get commands
ListGUI class for exercise objects.
getCommandLink($a_cmd)
Get command link url.