4include_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        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"] != 
"")
 
   89                                "property" => ($rem[
"cnt"] > 1)
 
   90                                        ? $this->lng->txt(
"exc_next_deadline")
 
   91                                        : $this->lng->txt(
"exc_next_deadline_single"),
 
   92                                "value" => $rem[
"mtime"]
 
  110                $cmd_link = 
"ilias.php?baseClass=ilExerciseHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
An exception for terminatinating execution or to throw for unit testing.
static _getCommands()
get commands
static _lookupRemainingWorkingTimeString($a_obj_id)
ListGUI class for exercise objects.
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.