ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setTranslationImportMode (ilObjLearningModule $a_lm, string $a_lang="") | |
getTranslationImportMode () | |
getTranslationLM () | |
getTranslationLang () | |
Protected Attributes | |
bool | $transl_into = false |
ilObjLearningModule | $transl_into_lm = null |
string | $transl_lang = "" |
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 Import configuration for learning modules
Definition at line 24 of file class.ilLearningModuleImportConfig.php.
ilLearningModuleImportConfig::getTranslationImportMode | ( | ) |
Definition at line 43 of file class.ilLearningModuleImportConfig.php.
References $transl_into.
ilLearningModuleImportConfig::getTranslationLang | ( | ) |
Definition at line 53 of file class.ilLearningModuleImportConfig.php.
References $transl_lang.
ilLearningModuleImportConfig::getTranslationLM | ( | ) |
Definition at line 48 of file class.ilLearningModuleImportConfig.php.
References $transl_into_lm.
ilLearningModuleImportConfig::setTranslationImportMode | ( | ilObjLearningModule | $a_lm, |
string | $a_lang = "" |
||
) |
Definition at line 30 of file class.ilLearningModuleImportConfig.php.
References null.
|
protected |
Definition at line 26 of file class.ilLearningModuleImportConfig.php.
Referenced by getTranslationImportMode().
|
protected |
Definition at line 27 of file class.ilLearningModuleImportConfig.php.
Referenced by getTranslationLM().
|
protected |
Definition at line 28 of file class.ilLearningModuleImportConfig.php.
Referenced by getTranslationLang().