3 declare(strict_types=1);
12 parent::__construct();
16 $this->lng = $dic->language();
17 $this->lng->loadLanguageModule($obj_type);
28 $this->static_link_enabled =
true;
29 $this->delete_enabled =
true;
30 $this->cut_enabled =
true;
31 $this->info_screen_enabled =
true;
32 $this->copy_enabled =
true;
33 $this->subscribe_enabled =
false;
34 $this->link_enabled =
true;
35 $this->gui_class_name =
"ilobjlearningsequencegui";
42 $props = parent::getProperties();
45 $props[] = array(
"alert" =>
true,
"property" => $this->lng->txt(
"status"),
46 "value" => $this->lng->txt(
"offline"));
static isOffline($ref_id)
Class ilObjLearningSequenceListGUI.