|
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 ilTranslationGUI:Public Member Functions | |
| __construct (object $ilObjOrgUnitGUI) | |
| executeCommand () | |
| editTranslations (bool $a_get_post_values=false, bool $a_add=false) | |
| saveTranslations () | |
| Save title and translations. More... | |
| addTranslation () | |
| Add a translation. More... | |
| deleteTranslations () | |
| Remove translation. More... | |
Data Fields | |
| ilGlobalTemplateInterface | $tpl |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilAccessHandler | $ilAccess |
| ilLanguage | $lng |
| object | $parent_gui |
| object | $object |
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 Class ilTranslationGUI Based on methods of ilObjCategoryGUI
Definition at line 26 of file class.ilTranslationGUI.php.
| ilTranslationGUI::__construct | ( | object | $ilObjOrgUnitGUI | ) |
Definition at line 35 of file class.ilTranslationGUI.php.
References $DIC, $ilAccess, ilRBACAccessHandler\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilTranslationGUI::addTranslation | ( | ) |
Add a translation.
Definition at line 144 of file class.ilTranslationGUI.php.
References editTranslations().
Here is the call graph for this function:| ilTranslationGUI::deleteTranslations | ( | ) |
Remove translation.
Definition at line 159 of file class.ilTranslationGUI.php.
References editTranslations(), ILIAS\Repository\lng(), and saveTranslations().
Here is the call graph for this function:| ilTranslationGUI::editTranslations | ( | bool | $a_get_post_values = false, |
| bool | $a_add = false |
||
| ) |
Definition at line 60 of file class.ilTranslationGUI.php.
References $data, ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by addTranslation(), deleteTranslations(), and saveTranslations().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTranslationGUI::executeCommand | ( | ) |
Definition at line 54 of file class.ilTranslationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilTranslationGUI::saveTranslations | ( | ) |
Save title and translations.
Definition at line 94 of file class.ilTranslationGUI.php.
References ILIAS\Repository\ctrl(), editTranslations(), ILIAS\Repository\lng(), and ilUtil\stripSlashes().
Referenced by deleteTranslations().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 30 of file class.ilTranslationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 33 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 32 of file class.ilTranslationGUI.php.
| ilGlobalTemplateInterface ilTranslationGUI::$tpl |
Definition at line 29 of file class.ilTranslationGUI.php.