ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilTranslationGUI. More...
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().
ilTranslationGUI::deleteTranslations | ( | ) |
Remove translation.
Definition at line 178 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 71 of file class.ilTranslationGUI.php.
References $_POST.
Referenced by addTranslation(), deleteTranslations(), and saveTranslations().
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().
|
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.