ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilTranslationGUI. More...
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().
ilTranslationGUI::deleteTranslations | ( | ) |
Remove translation.
Definition at line 182 of file class.ilTranslationGUI.php.
References $_POST, editTranslations(), saveTranslations(), and ilUtil\sendFailure().
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().
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().
|
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.