| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilTranslationGUI. More...
 Collaboration diagram for ilTranslationGUI:
 Collaboration diagram for ilTranslationGUI:| Public Member Functions | |
| executeCommand () | |
| editTranslations ($a_get_post_values=false, $a_add=false) | |
| saveTranslations () | |
| Save title and translations. | |
| addTranslation () | |
| Add a translation. | |
| deleteTranslations () | |
| Remove translation. | |
| 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 159 of file class.ilTranslationGUI.php.
References $_POST, and editTranslations().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTranslationGUI::deleteTranslations | ( | ) | 
Remove translation.
Definition at line 178 of file class.ilTranslationGUI.php.
References $_POST, editTranslations(), saveTranslations(), and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTranslationGUI::editTranslations | ( | $a_get_post_values = false, | |
| $a_add = false | |||
| ) | 
Definition at line 71 of file class.ilTranslationGUI.php.
References $_POST.
Referenced by addTranslation(), deleteTranslations(), and saveTranslations().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTranslationGUI::executeCommand | ( | ) | 
Definition at line 64 of file class.ilTranslationGUI.php.
References $cmd.
| ilTranslationGUI::saveTranslations | ( | ) | 
Save title and translations.
Definition at line 109 of file class.ilTranslationGUI.php.
References $_POST, editTranslations(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Referenced by deleteTranslations().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilTranslationGUI.php.
| 
 | protected | 
Definition at line 25 of file class.ilTranslationGUI.php.
| 
 | protected | 
Definition at line 37 of file class.ilTranslationGUI.php.
| 
 | protected | 
Definition at line 33 of file class.ilTranslationGUI.php.
| 
 | protected | 
Definition at line 29 of file class.ilTranslationGUI.php.
| ilTranslationGUI::$tpl | 
Definition at line 21 of file class.ilTranslationGUI.php.