| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilFooterTranslationGUI: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 55 of file class.ilFooterTranslationGUI.php.
References $repository, ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:| ilFooterTranslationGUI::executeCommand | ( | ) | 
Definition at line 173 of file class.ilFooterTranslationGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 78 of file class.ilFooterTranslationGUI.php.
References ILIAS\UI\examples\Deck\repository().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 156 of file class.ilFooterTranslationGUI.php.
References $data, and ILIAS\Repository\ctrl().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 137 of file class.ilFooterTranslationGUI.php.
      
  | 
  private | 
Definition at line 147 of file class.ilFooterTranslationGUI.php.
      
  | 
  private | 
Definition at line 51 of file class.ilFooterTranslationGUI.php.
      
  | 
  private | 
Definition at line 49 of file class.ilFooterTranslationGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 52 of file class.ilFooterTranslationGUI.php.
      
  | 
  private | 
Definition at line 50 of file class.ilFooterTranslationGUI.php.
      
  | 
  private | 
Definition at line 53 of file class.ilFooterTranslationGUI.php.
| const ilFooterTranslationGUI::CMD_DEFAULT = 'index' | 
Definition at line 44 of file class.ilFooterTranslationGUI.php.
Referenced by ilFooterEntriesGUI\index(), and ilFooterGroupsGUI\index().
| const ilFooterTranslationGUI::CMD_LANGUAGE_SELECTION = 'selectLanguages' | 
Definition at line 45 of file class.ilFooterTranslationGUI.php.
| const ilFooterTranslationGUI::CMD_SAVE_LANGUAGE_SELECTION = 'saveLanguages' | 
Definition at line 46 of file class.ilFooterTranslationGUI.php.
| const ilFooterTranslationGUI::CMD_SAVE_TRANSLATIONS = 'saveTranslations' | 
Definition at line 48 of file class.ilFooterTranslationGUI.php.
| const ilFooterTranslationGUI::CMD_TRANSLATE_IN_MODAL = 'translateInAsyncModal' | 
Definition at line 47 of file class.ilFooterTranslationGUI.php.
Referenced by ILIAS\GlobalScreen\UI\Footer\Entries\EntriesTable\get(), and ILIAS\GlobalScreen\UI\Footer\Groups\GroupsTable\get().