ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 12 of file class.ilTranslationGUI.php.
ilTranslationGUI::addTranslation | ( | ) |
Add a translation.
Definition at line 157 of file class.ilTranslationGUI.php.
References $_POST, and editTranslations().
ilTranslationGUI::deleteTranslations | ( | ) |
Remove translation.
Definition at line 172 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 75 of file class.ilTranslationGUI.php.
References $_POST, $data, and $table.
Referenced by addTranslation(), deleteTranslations(), and saveTranslations().
ilTranslationGUI::executeCommand | ( | ) |
Definition at line 68 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 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.