31 public function init(): void
33 $this->
lng->loadLanguageModule(
'bibl');
34 $this->copy_enabled =
true;
35 $this->delete_enabled =
true;
36 $this->cut_enabled =
true;
37 $this->subscribe_enabled =
false;
38 $this->link_enabled =
true;
39 $this->info_screen_enabled =
true;
41 $this->gui_class_name =
"ilobjbibliographicgui";
62 if (!$obj->isMigrated()) {
65 "property" =>
$lng->
txt(
"migrated"),
66 "value" =>
$lng->
txt(
"not_yet_migrated"),
67 "propertyNameVisible" =>
false,
73 "property" =>
$lng->
txt(
"status"),
74 "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.