30 public function init(): void
32 $this->
lng->loadLanguageModule(
'bibl');
33 $this->copy_enabled =
true;
34 $this->delete_enabled =
true;
35 $this->cut_enabled =
true;
36 $this->subscribe_enabled =
false;
37 $this->link_enabled =
true;
38 $this->info_screen_enabled =
true;
40 $this->gui_class_name =
"ilobjbibliographicgui";
60 if (!$obj->isMigrated()) {
63 "property" =>
$lng->
txt(
"migrated"),
64 "value" =>
$lng->
txt(
"not_yet_migrated"),
65 "propertyNameVisible" =>
false,
71 "property" =>
$lng->
txt(
"status"),
72 "value" =>
$lng->
txt(
"offline"),
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static _lookupOnline(int $a_id)
Check wether bibliographic is online or not.
static _getCommands()
get commands
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProperties()
Get item properties.
Class ilObjBibliographic.