ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private Container $dic, private Translator $translator, private ilObjFooterUIHandling $ui_handling, private TranslatableItem $translatable_item, private ?URI $back_target=null) | |
executeCommand () | |
Data Fields | |
const | CMD_DEFAULT = 'index' |
const | CMD_LANGUAGE_SELECTION = 'selectLanguages' |
const | CMD_SAVE_LANGUAGE_SELECTION = 'saveLanguages' |
const | CMD_TRANSLATE_IN_MODAL = 'translateInAsyncModal' |
const | CMD_SAVE_TRANSLATIONS = 'saveTranslations' |
Private Member Functions | |
index () | |
selectLanguages () | |
translateInAsyncModal () | |
saveTranslations () | |
Private Attributes | |
TranslationsRepository | $repository |
Factory | $ui_factory |
ilCtrlInterface | $ctrl |
ServerRequestInterface | $request |
TranslationWorkflowForm | $workflow |
ilFooterTranslationGUI: ilFooterGroupsGUI ilFooterTranslationGUI: ilFooterEntriesGUI
Definition at line 39 of file class.ilFooterTranslationGUI.php.
ilFooterTranslationGUI::__construct | ( | private Container | $dic, |
private Translator | $translator, | ||
private ilObjFooterUIHandling | $ui_handling, | ||
private TranslatableItem | $translatable_item, | ||
private ?URI | $back_target = null |
||
) |
Definition at line 70 of file class.ilFooterTranslationGUI.php.
References $repository, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
ilFooterTranslationGUI::executeCommand | ( | ) |
Definition at line 188 of file class.ilFooterTranslationGUI.php.
References ILIAS\Repository\ctrl().
|
private |
Definition at line 93 of file class.ilFooterTranslationGUI.php.
References null, and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 171 of file class.ilFooterTranslationGUI.php.
References $data, ILIAS\Repository\ctrl(), and null.
|
private |
Definition at line 152 of file class.ilFooterTranslationGUI.php.
|
private |
Definition at line 162 of file class.ilFooterTranslationGUI.php.
|
private |
Definition at line 66 of file class.ilFooterTranslationGUI.php.
|
private |
Definition at line 64 of file class.ilFooterTranslationGUI.php.
Referenced by __construct().
|
private |
Definition at line 67 of file class.ilFooterTranslationGUI.php.
|
private |
Definition at line 65 of file class.ilFooterTranslationGUI.php.
|
private |
Definition at line 68 of file class.ilFooterTranslationGUI.php.
const ilFooterTranslationGUI::CMD_DEFAULT = 'index' |
Definition at line 47 of file class.ilFooterTranslationGUI.php.
Referenced by ilFooterEntriesGUI\index(), and ilFooterGroupsGUI\index().
const ilFooterTranslationGUI::CMD_LANGUAGE_SELECTION = 'selectLanguages' |
Definition at line 51 of file class.ilFooterTranslationGUI.php.
const ilFooterTranslationGUI::CMD_SAVE_LANGUAGE_SELECTION = 'saveLanguages' |
Definition at line 55 of file class.ilFooterTranslationGUI.php.
const ilFooterTranslationGUI::CMD_SAVE_TRANSLATIONS = 'saveTranslations' |
Definition at line 63 of file class.ilFooterTranslationGUI.php.
const ilFooterTranslationGUI::CMD_TRANSLATE_IN_MODAL = 'translateInAsyncModal' |
Definition at line 59 of file class.ilFooterTranslationGUI.php.
Referenced by ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\get(), and ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\get().