ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__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) | |
getLang () | |
getConcreteLang () | |
Only difference to getLang(): if current language is the master lang the language key will be returned, not "-". More... | |
getFocusId () | |
getFocusReturn () | |
getSearchString () | |
offline () | |
getEmbedMode () | |
exportAllLanguages () | |
getExportFormat () | |
getLMPresentationTitle () | |
isTocNecessary () | |
Is TOC necessary, see #30027 Check if at least two entries will be shown. More... | |
Data Fields | |
bool | $offline |
Protected Member Functions | |
init () | |
Protected Attributes | |
string | $export_format |
bool | $export_all_languages |
ilObjUser | $user |
string | $requested_search_string |
ilLMTree | $lm_tree |
string | $requested_focus_return |
string | $requested_focus_id |
string | $requested_transl |
ilObjectTranslation | $ot |
ilObjLearningModule | $lm |
string | $lang |
int | $focus_id = 0 |
$concrete_lang = "" | |
$embed_mode = false | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Contains info on offline mode, focus, translation, etc.
Definition at line 24 of file class.ilLMPresentationStatus.php.
ilLMPresentationStatus::__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 |
||
) |
Definition at line 42 of file class.ilLMPresentationStatus.php.
References $embed_mode, $export_all_languages, $export_format, $lm, $lm_tree, $offline, $requested_focus_id, $requested_focus_return, $requested_search_string, $requested_transl, $user, ilObject\getId(), ilObjectTranslation\getInstance(), init(), offline(), and ILIAS\Repository\user().
ilLMPresentationStatus::exportAllLanguages | ( | ) |
Definition at line 133 of file class.ilLMPresentationStatus.php.
References $export_all_languages.
ilLMPresentationStatus::getConcreteLang | ( | ) |
Only difference to getLang(): if current language is the master lang the language key will be returned, not "-".
Definition at line 103 of file class.ilLMPresentationStatus.php.
References $concrete_lang.
ilLMPresentationStatus::getEmbedMode | ( | ) |
ilLMPresentationStatus::getExportFormat | ( | ) |
Definition at line 138 of file class.ilLMPresentationStatus.php.
References $export_format.
ilLMPresentationStatus::getFocusId | ( | ) |
ilLMPresentationStatus::getFocusReturn | ( | ) |
Definition at line 113 of file class.ilLMPresentationStatus.php.
References $requested_focus_return.
ilLMPresentationStatus::getLang | ( | ) |
ilLMPresentationStatus::getLMPresentationTitle | ( | ) |
Definition at line 143 of file class.ilLMPresentationStatus.php.
References $data, $lang, $ot, ilObjectTranslation\getFallbackLanguage(), and ilObjectTranslation\getLanguages().
ilLMPresentationStatus::getSearchString | ( | ) |
Definition at line 118 of file class.ilLMPresentationStatus.php.
References $requested_search_string.
|
protected |
Definition at line 70 of file class.ilLMPresentationStatus.php.
References $lang, $requested_focus_id, $requested_transl, and ILIAS\Repository\user().
Referenced by __construct().
ilLMPresentationStatus::isTocNecessary | ( | ) |
Is TOC necessary, see #30027 Check if at least two entries will be shown.
Definition at line 170 of file class.ilLMPresentationStatus.php.
ilLMPresentationStatus::offline | ( | ) |
Definition at line 123 of file class.ilLMPresentationStatus.php.
References $offline.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilLMPresentationStatus.php.
Referenced by getConcreteLang().
|
protected |
Definition at line 40 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getEmbedMode().
|
protected |
Definition at line 27 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and exportAllLanguages().
|
protected |
Definition at line 26 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getExportFormat().
|
protected |
Definition at line 38 of file class.ilLMPresentationStatus.php.
Referenced by getFocusId().
|
protected |
Definition at line 37 of file class.ilLMPresentationStatus.php.
Referenced by getLang(), getLMPresentationTitle(), and init().
|
protected |
Definition at line 36 of file class.ilLMPresentationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilLMPresentationStatus.php.
Referenced by __construct().
bool ilLMPresentationStatus::$offline |
Definition at line 28 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and offline().
|
protected |
Definition at line 35 of file class.ilLMPresentationStatus.php.
Referenced by getLMPresentationTitle().
|
protected |
Definition at line 33 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and init().
|
protected |
Definition at line 32 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getFocusReturn().
|
protected |
Definition at line 30 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getSearchString().
|
protected |
Definition at line 34 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and init().
|
protected |
Definition at line 29 of file class.ilLMPresentationStatus.php.
Referenced by __construct().