19 declare(strict_types=1);
30 $this->
lng->loadLanguageModule($obj_type);
39 public function init(): void
41 $this->static_link_enabled =
true;
42 $this->delete_enabled =
true;
43 $this->cut_enabled =
true;
44 $this->info_screen_enabled =
true;
45 $this->copy_enabled =
true;
46 $this->subscribe_enabled =
true;
47 $this->link_enabled =
true;
48 $this->gui_class_name =
"ilobjlearningsequencegui";
55 $props = parent::getProperties();
60 "property" => $this->
lng->txt(
"status"),
61 "value" => $this->
lng->txt(
"offline")
createDefaultCommand(array $command)
Class ChatMainBarProvider .
static isOffline(int $ref_id)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
__construct(Container $dic, ilPlugin $plugin)