|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 | |
| ilMMItemRepository | $repository |
| ilMMItemFacadeInterface | $item_facade |
| ilGlobalTemplateInterface | $main_tpl |
Class ilMMItemTranslationGUI.
Definition at line 27 of file class.ilMMItemTranslationGUI.php.
| ilMMItemTranslationGUI::__construct | ( | ilMMItemFacadeInterface | $item_facade, |
| ilMMItemRepository | $repository | ||
| ) |
ilMMItemTranslationGUI constructor.
Definition at line 48 of file class.ilMMItemTranslationGUI.php.
References $DIC, $item_facade, $repository, ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
protected |
Definition at line 111 of file class.ilMMItemTranslationGUI.php.
References getLanguagesForm().
Here is the call graph for this function:
|
protected |
Definition at line 161 of file class.ilMMItemTranslationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by deleteTranslations(), initToolbar(), and saveLanguages().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 100 of file class.ilMMItemTranslationGUI.php.
References $id, cancel(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMMItemTranslationGUI::executeCommand | ( | ) |
Definition at line 57 of file class.ilMMItemTranslationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
| ilFormException |
Definition at line 141 of file class.ilMMItemTranslationGUI.php.
References ilMDLanguageItem\_getLanguages(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
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 67 of file class.ilMMItemTranslationGUI.php.
References initToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 75 of file class.ilMMItemTranslationGUI.php.
References $data, $id, cancel(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), and ILIAS\Repository\toolbar().
Referenced by index().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file class.ilMMItemTranslationGUI.php.
References cancel(), getLanguagesForm(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), and ilMMItemTranslationStorage\storeTranslation().
Here is the call graph for this function:
|
private |
Definition at line 42 of file class.ilMMItemTranslationGUI.php.
Referenced by __construct().
|
private |
Definition at line 43 of file class.ilMMItemTranslationGUI.php.
|
private |
Definition at line 40 of file class.ilMMItemTranslationGUI.php.
Referenced by __construct().
| const ilMMItemTranslationGUI::CMD_ADD_LANGUAGE = "addLanguages" |
Definition at line 33 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_DEFAULT = 'index' |
Definition at line 37 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMTopItemTableGUI\fillRow(), and ilMMSubItemTableGUI\initColumns().
| const ilMMItemTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
Definition at line 36 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_SAVE_LANGUAGES = "saveLanguages" |
Definition at line 34 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::CMD_SAVE_TRANSLATIONS = "saveTranslations" |
Definition at line 35 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct().
| const ilMMItemTranslationGUI::IDENTIFIER = 'identifier' |
Definition at line 38 of file class.ilMMItemTranslationGUI.php.
Referenced by ilMMTopItemTableGUI\fillRow(), and ilMMSubItemTableGUI\initColumns().
| const ilMMItemTranslationGUI::P_DELETE = 'delete' |
Definition at line 32 of file class.ilMMItemTranslationGUI.php.
| const ilMMItemTranslationGUI::P_TRANSLATIONS = 'translations' |
Definition at line 31 of file class.ilMMItemTranslationGUI.php.