|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | |
| $facade | |
| $field | |
Class ilBiblTranslationGUI.
Definition at line 11 of file class.ilBiblTranslationGUI.php.
| ilBiblTranslationGUI::__construct | ( | ilBiblAdminFactoryFacadeInterface | $facade, |
| \ilBiblFieldInterface | $field | ||
| ) |
ilBiblTranslationGUI constructor.
| \ilBiblAdminFactoryFacadeInterface | $facade | |
| \ilBiblFieldInterface | $field |
Definition at line 37 of file class.ilBiblTranslationGUI.php.
|
protected |
Definition at line 96 of file class.ilBiblTranslationGUI.php.
References getLanguagesForm().
Here is the call graph for this function:
|
protected |
Definition at line 156 of file class.ilBiblTranslationGUI.php.
Referenced by deleteTranslations(), saveLanguages(), and saveTranslations().
Here is the caller graph for this function:
|
protected |
Definition at line 85 of file class.ilBiblTranslationGUI.php.
References cancel(), ILIAS\FileDelivery\http(), P_DELETE, and ilUtil\sendInfo().
Here is the call graph for this function:| ilBiblTranslationGUI::executeCommand | ( | ) |
Definition at line 44 of file class.ilBiblTranslationGUI.php.
References ilBiblAdminFieldGUI\FIELD_IDENTIFIER.
|
protected |
Definition at line 128 of file class.ilBiblTranslationGUI.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.ilBiblTranslationGUI.php.
References initToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 64 of file class.ilBiblTranslationGUI.php.
Referenced by index().
Here is the caller graph for this function:
|
protected |
Definition at line 104 of file class.ilBiblTranslationGUI.php.
References cancel(), getLanguagesForm(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 71 of file class.ilBiblTranslationGUI.php.
References $data, cancel(), ILIAS\FileDelivery\http(), P_TRANSLATIONS, and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 24 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
| const ilBiblTranslationGUI::CMD_ADD_LANGUAGE = "addLanguages" |
Definition at line 16 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_DEFAULT = 'index' |
Definition at line 20 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblAdminFieldTableGUI\addActionMenu().
| const ilBiblTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
Definition at line 19 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblTranslationTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), and ilMMItemTranslationTableGUI\initCommands().
| const ilBiblTranslationGUI::CMD_SAVE_LANGUAGES = "saveLanguages" |
Definition at line 17 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_SAVE_TRANSLATIONS = "saveTranslations" |
Definition at line 18 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblTranslationTableGUI\__construct().
| const ilBiblTranslationGUI::P_DELETE = 'delete' |
Definition at line 15 of file class.ilBiblTranslationGUI.php.
Referenced by deleteTranslations().
| const ilBiblTranslationGUI::P_TRANSLATIONS = 'translations' |
Definition at line 14 of file class.ilBiblTranslationGUI.php.
Referenced by saveTranslations().