46 string $requested_transl =
"",
47 string $requested_focus_id =
"",
48 string $requested_focus_return =
"",
49 string $requested_search_string =
"",
50 bool $offline =
false,
51 bool $export_all_languages =
false,
52 string $export_format =
"",
70 protected function init(): void
74 $this->concrete_lang =
"-";
75 if ($this->ot->getContentActivated()) {
76 $langs = $this->ot->getLanguages();
77 if (isset($langs[$this->requested_transl]) || $this->requested_transl == $this->ot->getMasterLanguage()) {
80 $this->lang = $this->
user->getCurrentLanguage();
83 if ($this->lang == $this->ot->getMasterLanguage()) {
89 if ($this->requested_focus_id > 0 && $this->lm_tree->isInTree($this->requested_focus_id)) {
145 if ($this->lang !=
"" && $this->lang !=
"-") {
149 if (isset(
$data[$this->lang])) {
152 if ($ltitle !==
"") {
156 if (isset(
$data[$fb])) {
157 $ltitle =
$data[$fb]->getTitle();
159 if ($ltitle !==
"") {
163 return $this->lm->getTitle();
172 $childs = $this->lm_tree->getChilds($this->lm_tree->getRootId());
173 if (count($childs) == 0) {
176 if (count($childs) > 1) {
179 if ($this->lm->getTOCMode() !=
"pages") {
182 $current_chapter = current($childs);
183 $childs = $this->lm_tree->getChilds($current_chapter[
"child"]);
184 if (count($childs) > 1) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $export_all_languages
isTocNecessary()
Is TOC necessary, see #30027 Check if at least two entries will be shown.
string $requested_focus_return
__construct(ilObjUser $user, ilObjLearningModule $lm, ilLMTree $lm_tree, string $requested_transl="", string $requested_focus_id="", string $requested_focus_return="", string $requested_search_string="", bool $offline=false, bool $export_all_languages=false, string $export_format="", bool $embed_mode=false)
static getInstance(int $obj_id)
string $requested_focus_id
string $requested_search_string
getConcreteLang()
Only difference to getLang(): if current language is the master lang the language key will be returne...