|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilMultilingualismGUI:Public Member Functions | |
| __construct (int $a_obj_id, string $a_type) | |
| setTitleDescrOnlyMode (bool $a_val) | |
| Set enable title/description only mode. More... | |
| getTitleDescrOnlyMode () | |
| Get enable title/description only mode. More... | |
| executeCommand () | |
| listTranslations (bool $a_get_post_values=false, bool $a_add=false) | |
| addToolbar () | |
| saveTranslations (bool $delete_checked=false) | |
| deleteTranslations () | |
| getMultiLangForm (bool $a_add=false) | |
| Get multi language form. More... | |
| confirmDeactivateContentMultiLang () | |
| Confirm page translation creation. More... | |
| addLanguages (ilPropertyFormGUI $form=null) | |
| Add language. More... | |
| saveLanguages () | |
| confirmRemoveLanguages () | |
| Confirm remove languages. More... | |
| removeLanguages () | |
| Remove languages. More... | |
| setStartValues (string $a_title, string $a_description) | |
Protected Attributes | |
| ILIAS Multilingualism StandardGUIRequest | $request |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilToolbarGUI | $toolbar |
| ilObjUser | $user |
| ilMultilingualism | $obj_trans |
| bool | $title_descr_only = true |
| string | $start_title = "" |
| string | $start_description = "" |
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 GUI class for object translation handling.
Definition at line 24 of file class.ilMultilingualismGUI.php.
| ilMultilingualismGUI::__construct | ( | int | $a_obj_id, |
| string | $a_type | ||
| ) |
Definition at line 37 of file class.ilMultilingualismGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ilMultilingualism\getInstance(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilMultilingualismGUI::addLanguages | ( | ilPropertyFormGUI | $form = null | ) |
Add language.
Definition at line 297 of file class.ilMultilingualismGUI.php.
References $tpl.
| ilMultilingualismGUI::addToolbar | ( | ) |
Definition at line 135 of file class.ilMultilingualismGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilMultilingualismGUI::confirmDeactivateContentMultiLang | ( | ) |
Confirm page translation creation.
Definition at line 275 of file class.ilMultilingualismGUI.php.
| ilMultilingualismGUI::confirmRemoveLanguages | ( | ) |
Confirm remove languages.
Definition at line 347 of file class.ilMultilingualismGUI.php.
| ilMultilingualismGUI::deleteTranslations | ( | ) |
Definition at line 199 of file class.ilMultilingualismGUI.php.
References $check, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMultilingualismGUI::executeCommand | ( | ) |
Definition at line 73 of file class.ilMultilingualismGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilMultilingualismGUI::getMultiLangForm | ( | bool | $a_add = false | ) |
Get multi language form.
Definition at line 228 of file class.ilMultilingualismGUI.php.
References $ilUser, $lng, and ilMDLanguageItem\_getLanguages().
Here is the call graph for this function:| ilMultilingualismGUI::getTitleDescrOnlyMode | ( | ) |
Get enable title/description only mode.
Definition at line 68 of file class.ilMultilingualismGUI.php.
References $title_descr_only.
| ilMultilingualismGUI::listTranslations | ( | bool | $a_get_post_values = false, |
| bool | $a_add = false |
||
| ) |
Definition at line 90 of file class.ilMultilingualismGUI.php.
| ilMultilingualismGUI::removeLanguages | ( | ) |
Remove languages.
Definition at line 377 of file class.ilMultilingualismGUI.php.
References $lng.
| ilMultilingualismGUI::saveLanguages | ( | ) |
Definition at line 307 of file class.ilMultilingualismGUI.php.
References $lng, and ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilMultilingualismGUI::saveTranslations | ( | bool | $delete_checked = false | ) |
Definition at line 146 of file class.ilMultilingualismGUI.php.
References $check, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMultilingualismGUI::setStartValues | ( | string | $a_title, |
| string | $a_description | ||
| ) |
Definition at line 397 of file class.ilMultilingualismGUI.php.
| ilMultilingualismGUI::setTitleDescrOnlyMode | ( | bool | $a_val | ) |
Set enable title/description only mode.
Definition at line 60 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 28 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 27 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 32 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 26 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 35 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 34 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 33 of file class.ilMultilingualismGUI.php.
Referenced by getTitleDescrOnlyMode().
|
protected |
Definition at line 30 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 29 of file class.ilMultilingualismGUI.php.
|
protected |
Definition at line 31 of file class.ilMultilingualismGUI.php.