26     public function init(): void
    28         $this->static_link_enabled = 
true;
    29         $this->delete_enabled = 
true;
    30         $this->cut_enabled = 
true;
    31         $this->copy_enabled = 
true;
    32         $this->subscribe_enabled = 
true;
    33         $this->link_enabled = 
true;
    34         $this->info_screen_enabled = 
true;
    36         $this->gui_class_name = 
"ilobjexercisegui";
    39         if ($this->substitutions->isActive()) {
    40             $this->substitutions_enabled = 
true;
    52         $props = parent::getProperties();
    55         if ($rem[
"mtime"] != 
"") {
    57                 "property" => ($rem[
"cnt"] > 1)
    58                     ? $this->
lng->txt(
"exc_next_deadline")
    59                     : $this->
lng->txt(
"exc_next_deadline_single"),
    60                 "value" => $rem[
"mtime"]
    69         return "ilias.php?baseClass=ilExerciseHandlerGUI&ref_id=" . $this->ref_id . 
"&cmd=$cmd";
 
static _getCommands()
get commands 
 
getCommandLink(string $cmd)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static _lookupRemainingWorkingTimeString(int $a_obj_id)
 
static _getInstanceByObjectType(string $a_type)