|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Contains info on offline mode, focus, translation, etc. More...
Collaboration diagram for ilLMPresentationStatus:Public Member Functions | |
| __construct (ilObjUser $user, ilObjLearningModule $lm, ilLMTree $lm_tree, Translations $ot, 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 |
| Translations | $ot |
| ilObjLearningModule | $lm |
| string | $lang |
| int | $focus_id = 0 |
| string | $concrete_lang = "" |
| bool | $embed_mode = false |
Contains info on offline mode, focus, translation, etc.
Definition at line 26 of file class.ilLMPresentationStatus.php.
| ilLMPresentationStatus::__construct | ( | ilObjUser | $user, |
| ilObjLearningModule | $lm, | ||
| ilLMTree | $lm_tree, | ||
| Translations | $ot, | ||
| 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 44 of file class.ilLMPresentationStatus.php.
References $embed_mode, $export_all_languages, $export_format, $lm, $lm_tree, $offline, $ot, $requested_focus_id, $requested_focus_return, $requested_search_string, $requested_transl, $user, init(), offline(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilLMPresentationStatus::exportAllLanguages | ( | ) |
Definition at line 136 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 106 of file class.ilLMPresentationStatus.php.
References $concrete_lang.
| ilLMPresentationStatus::getEmbedMode | ( | ) |
Definition at line 131 of file class.ilLMPresentationStatus.php.
References $embed_mode.
| ilLMPresentationStatus::getExportFormat | ( | ) |
Definition at line 141 of file class.ilLMPresentationStatus.php.
References $export_format.
| ilLMPresentationStatus::getFocusId | ( | ) |
Definition at line 111 of file class.ilLMPresentationStatus.php.
References $focus_id.
| ilLMPresentationStatus::getFocusReturn | ( | ) |
Definition at line 116 of file class.ilLMPresentationStatus.php.
References $requested_focus_return.
| ilLMPresentationStatus::getLang | ( | ) |
Definition at line 97 of file class.ilLMPresentationStatus.php.
References $lang.
| ilLMPresentationStatus::getLMPresentationTitle | ( | ) |
Definition at line 146 of file class.ilLMPresentationStatus.php.
References $data, $lang, $ot, ILIAS\ILIASObject\Properties\Translations\Translations\getDefaultLanguage(), and ILIAS\ILIASObject\Properties\Translations\Translations\getLanguages().
Here is the call graph for this function:| ilLMPresentationStatus::getSearchString | ( | ) |
Definition at line 121 of file class.ilLMPresentationStatus.php.
References $requested_search_string.
|
protected |
Definition at line 73 of file class.ilLMPresentationStatus.php.
References $lang, $requested_focus_id, $requested_transl, and ILIAS\Repository\user().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMPresentationStatus::isTocNecessary | ( | ) |
Is TOC necessary, see #30027 Check if at least two entries will be shown.
Definition at line 173 of file class.ilLMPresentationStatus.php.
| ilLMPresentationStatus::offline | ( | ) |
Definition at line 126 of file class.ilLMPresentationStatus.php.
References $offline.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file class.ilLMPresentationStatus.php.
Referenced by getConcreteLang().
|
protected |
Definition at line 42 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getEmbedMode().
|
protected |
Definition at line 29 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and exportAllLanguages().
|
protected |
Definition at line 28 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getExportFormat().
|
protected |
Definition at line 40 of file class.ilLMPresentationStatus.php.
Referenced by getFocusId().
|
protected |
Definition at line 39 of file class.ilLMPresentationStatus.php.
Referenced by getLang(), getLMPresentationTitle(), and init().
|
protected |
Definition at line 38 of file class.ilLMPresentationStatus.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilLMPresentationStatus.php.
Referenced by __construct().
| bool ilLMPresentationStatus::$offline |
Definition at line 30 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and offline().
|
protected |
Definition at line 37 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getLMPresentationTitle().
|
protected |
Definition at line 35 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and init().
|
protected |
Definition at line 34 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getFocusReturn().
|
protected |
Definition at line 32 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and getSearchString().
|
protected |
Definition at line 36 of file class.ilLMPresentationStatus.php.
Referenced by __construct(), and init().
|
protected |
Definition at line 31 of file class.ilLMPresentationStatus.php.
Referenced by __construct().