| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilBiblTranslationGUI. More...
 Collaboration diagram for ilBiblTranslationGUI:Public Member Functions | |
| __construct (ilBiblAdminFactoryFacadeInterface $facade, \ilBiblFieldInterface $field) | |
| ilBiblTranslationGUI 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' | 
Protected Member Functions | |
| index () | |
| initToolbar () | |
| saveTranslations () | |
| deleteTranslations () | |
| addLanguages () | |
| saveLanguages () | |
| getLanguagesForm () | |
| cancel () | |
Protected Attributes | |
| ilBiblAdminFactoryFacadeInterface | $facade | 
| ilBiblFieldInterface | $field | 
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl | 
Class ilBiblTranslationGUI.
Definition at line 27 of file class.ilBiblTranslationGUI.php.
| ilBiblTranslationGUI::__construct | ( | ilBiblAdminFactoryFacadeInterface | $facade, | 
| \ilBiblFieldInterface | $field | ||
| ) | 
ilBiblTranslationGUI constructor.
Definition at line 45 of file class.ilBiblTranslationGUI.php.
References $DIC, $facade, and $field.
      
  | 
  protected | 
Definition at line 107 of file class.ilBiblTranslationGUI.php.
References getLanguagesForm().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 164 of file class.ilBiblTranslationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by deleteTranslations(), saveLanguages(), and saveTranslations().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 96 of file class.ilBiblTranslationGUI.php.
References $id, cancel(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilBiblTranslationGUI::executeCommand | ( | ) | 
Definition at line 55 of file class.ilBiblTranslationGUI.php.
References ILIAS\Repository\ctrl(), and ilBiblAdminFieldGUI\FIELD_IDENTIFIER.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 136 of file class.ilBiblTranslationGUI.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 66 of file class.ilBiblTranslationGUI.php.
References initToolbar().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 75 of file class.ilBiblTranslationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), 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 115 of file class.ilBiblTranslationGUI.php.
References cancel(), getLanguagesForm(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 82 of file class.ilBiblTranslationGUI.php.
References $data, $id, cancel(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 37 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 38 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 39 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_ADD_LANGUAGE = "addLanguages" | 
Definition at line 32 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_DEFAULT = 'index' | 
Definition at line 36 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblAdminFieldTableGUI\addActionMenu().
| const ilBiblTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" | 
Definition at line 35 of file class.ilBiblTranslationGUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), and ilMMItemTranslationTableGUI\initCommands().
| const ilBiblTranslationGUI::CMD_SAVE_LANGUAGES = "saveLanguages" | 
Definition at line 33 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_SAVE_TRANSLATIONS = "saveTranslations" | 
Definition at line 34 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblTranslationTableGUI\__construct().
| const ilBiblTranslationGUI::P_DELETE = 'delete' | 
Definition at line 31 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::P_TRANSLATIONS = 'translations' | 
Definition at line 30 of file class.ilBiblTranslationGUI.php.