4include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   29                $this->static_link_enabled = 
true;
 
   30                $this->delete_enabled = 
true;
 
   31                $this->cut_enabled = 
true;
 
   32                $this->copy_enabled = 
true;
 
   33                $this->subscribe_enabled = 
true;
 
   34                $this->link_enabled = 
true;
 
   35                $this->payment_enabled = 
true;
 
   36                $this->info_screen_enabled = 
true;
 
   38                $this->gui_class_name = 
"ilobjexercisegui";
 
   41                include_once(
'./Modules/Exercise/classes/class.ilObjExerciseAccess.php');
 
   54        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   56                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   95                if ($rem[
"mtime"] != 
"")
 
   98                                "property" => ($rem[
"cnt"] > 1)
 
   99                                        ? $this->lng->txt(
"exc_next_deadline")
 
  100                                        : $this->lng->txt(
"exc_next_deadline_single"),
 
  101                                "value" => $rem[
"mtime"]
 
  119                $cmd_link = 
"ilias.php?baseClass=ilExerciseHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
_getCommands()
get commands
_lookupRemainingWorkingTimeString($a_obj_id)
ListGUI class for exercise objects.
ilObjExerciseListGUI()
constructor
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getProperties()
Get item properties.
getCommandLink($a_cmd)
Get command link url.
getCommandFrame($a_cmd)
Get command target frame.
ilObjectListGUI()
constructor