|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 | |
| ilCtrlInterface | $ctrl |
| ilGlobalTemplateInterface | $main_tpl |
| LOMServices | $lom_services |
Class ilBiblTranslationGUI.
Definition at line 28 of file class.ilBiblTranslationGUI.php.
| ilBiblTranslationGUI::__construct | ( | ilBiblAdminFactoryFacadeInterface | $facade, |
| \ilBiblFieldInterface | $field | ||
| ) |
ilBiblTranslationGUI constructor.
Definition at line 48 of file class.ilBiblTranslationGUI.php.
References $DIC, $facade, $field, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 111 of file class.ilBiblTranslationGUI.php.
References getLanguagesForm().
Here is the call graph for this function:
|
protected |
Definition at line 171 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 100 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 60 of file class.ilBiblTranslationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 140 of file class.ilBiblTranslationGUI.php.
References 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 70 of file class.ilBiblTranslationGUI.php.
References initToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 79 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 119 of file class.ilBiblTranslationGUI.php.
References cancel(), getLanguagesForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 86 of file class.ilBiblTranslationGUI.php.
References $data, $id, cancel(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 38 of file class.ilBiblTranslationGUI.php.
|
protected |
Definition at line 39 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilBiblTranslationGUI.php.
Referenced by __construct().
|
private |
Definition at line 42 of file class.ilBiblTranslationGUI.php.
|
private |
Definition at line 41 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_ADD_LANGUAGE = "addLanguages" |
Definition at line 33 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_DEFAULT = 'index' |
Definition at line 37 of file class.ilBiblTranslationGUI.php.
Referenced by ILIAS\components\Database\Integrity\Field\Table\initActions().
| const ilBiblTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
Definition at line 36 of file class.ilBiblTranslationGUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), and ilMMItemTranslationTableGUI\initCommands().
| const ilBiblTranslationGUI::CMD_SAVE_LANGUAGES = "saveLanguages" |
Definition at line 34 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::CMD_SAVE_TRANSLATIONS = "saveTranslations" |
Definition at line 35 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblTranslationTableGUI\__construct().
| const ilBiblTranslationGUI::P_DELETE = 'delete' |
Definition at line 32 of file class.ilBiblTranslationGUI.php.
| const ilBiblTranslationGUI::P_TRANSLATIONS = 'translations' |
Definition at line 31 of file class.ilBiblTranslationGUI.php.