|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMMItemTranslationGUI. More...
Collaboration diagram for ilMMItemTranslationGUI:Public Member Functions | |
| __construct (ilMMItemFacadeInterface $item_facade, ilMMItemRepository $repository) | |
| ilMMItemTranslationGUI constructor. More... | |
| executeCommand () | |
Data Fields | |
| const | P_TRANSLATIONS = 'translations' |
| const | P_DELETE = 'delete' |
| const | CMD_ADD_LANGUAGE = "addLanguages" |
| const | CMD_SAVE_LANGUAGES = "saveLanguages" |
| const | CMD_SAVE_TRANSLATIONS = "saveTranslations" |
| const | CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
| const | CMD_DEFAULT = 'index' |
| const | IDENTIFIER = 'identifier' |
Protected Member Functions | |
| index () | |
| initToolbar () | |
| deleteTranslations () | |
| addLanguages () | |
| saveLanguages () | |
| getLanguagesForm () | |
| cancel () | |
Private Attributes | |
| $repository | |
| $item_facade | |
Class ilMMItemTranslationGUI.
Definition at line 10 of file class.ilMMItemTranslationGUI.php.
| ilMMItemTranslationGUI::__construct | ( | ilMMItemFacadeInterface | $item_facade, |
| ilMMItemRepository | $repository | ||
| ) |
ilMMItemTranslationGUI constructor.
| ilMMItemFacadeInterface | $item_facade |
Definition at line 36 of file class.ilMMItemTranslationGUI.php.
References $item_facade, $repository, and repository().
Here is the call graph for this function:
|
protected |
Definition at line 103 of file class.ilMMItemTranslationGUI.php.
References getLanguagesForm().
Here is the call graph for this function:
|
protected |
Definition at line 157 of file class.ilMMItemTranslationGUI.php.
Referenced by deleteTranslations(), and saveLanguages().
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilMMItemTranslationGUI.php.
References cancel(), CachedActiveRecord\find(), ILIAS\FileDelivery\http(), P_DELETE, repository(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilMMItemTranslationGUI::executeCommand | ( | ) |
Definition at line 44 of file class.ilMMItemTranslationGUI.php.
|
protected |
| ilFormException |
Definition at line 136 of file class.ilMMItemTranslationGUI.php.
References $si, and ilMDLanguageItem\_getLanguages().
Referenced by addLanguages(), and saveLanguages().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 55 of file class.ilMMItemTranslationGUI.php.
References initToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 64 of file class.ilMMItemTranslationGUI.php.
Referenced by index().
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.ilMMItemTranslationGUI.php.
References cancel(), getLanguagesForm(), repository(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilMMItemTranslationStorage\storeTranslation().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMMItemTranslationGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilMMItemTranslationGUI.php.
Referenced by __construct().
| const ilMMItemTranslationGUI::CMD_ADD_LANGUAGE = "addLanguages" |
Definition at line 15 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_DEFAULT = 'index' |
Definition at line 19 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMTopItemTableGUI\fillRow().
| const ilMMItemTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
Definition at line 18 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_SAVE_LANGUAGES = "saveLanguages" |
Definition at line 16 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_SAVE_TRANSLATIONS = "saveTranslations" |
Definition at line 17 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct().
| const ilMMItemTranslationGUI::IDENTIFIER = 'identifier' |
Definition at line 20 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMTopItemTableGUI\fillRow().
| const ilMMItemTranslationGUI::P_DELETE = 'delete' |
Definition at line 14 of file class.ilMMItemTranslationGUI.php.
Referenced by deleteTranslations().
| const ilMMItemTranslationGUI::P_TRANSLATIONS = 'translations' |
Definition at line 13 of file class.ilMMItemTranslationGUI.php.