|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilTranslationGUI. More...
Collaboration diagram for ilTranslationGUI:Public Member Functions | |
| executeCommand () | |
| editTranslations ($a_get_post_values=false, $a_add=false) | |
| saveTranslations () | |
| Save title and translations. More... | |
| addTranslation () | |
| Add a translation. More... | |
| deleteTranslations () | |
| Remove translation. More... | |
Data Fields | |
| $tpl | |
Protected Attributes | |
| $ctrl | |
| $ilAccess | |
| $lng | |
| $ilObjOrgUnitGui | |
| $ilObjectOrgUnit | |
Class ilTranslationGUI.
Based on methods of ilObjCategoryGUI
Definition at line 13 of file class.ilTranslationGUI.php.
| ilTranslationGUI::addTranslation | ( | ) |
Add a translation.
Definition at line 166 of file class.ilTranslationGUI.php.
References $_POST, and editTranslations().
Here is the call graph for this function:| ilTranslationGUI::deleteTranslations | ( | ) |
Remove translation.
Definition at line 182 of file class.ilTranslationGUI.php.
References $_POST, editTranslations(), saveTranslations(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilTranslationGUI::editTranslations | ( | $a_get_post_values = false, |
|
$a_add = false |
|||
| ) |
Definition at line 76 of file class.ilTranslationGUI.php.
Referenced by addTranslation(), deleteTranslations(), and saveTranslations().
Here is the caller graph for this function:| ilTranslationGUI::executeCommand | ( | ) |
Definition at line 69 of file class.ilTranslationGUI.php.
| ilTranslationGUI::saveTranslations | ( | ) |
Save title and translations.
Definition at line 111 of file class.ilTranslationGUI.php.
References $_POST, editTranslations(), ilUtil\sendFailure(), 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 19 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 27 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 39 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 35 of file class.ilTranslationGUI.php.
|
protected |
Definition at line 31 of file class.ilTranslationGUI.php.
| ilTranslationGUI::$tpl |
Definition at line 23 of file class.ilTranslationGUI.php.