|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilBiblTranslationGUI. More...
Collaboration diagram for ilBiblTranslationGUI:Public Member Functions | |
| __construct (protected \ilBiblAdminFactoryFacadeInterface $facade, protected \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 () | |
Private Attributes | |
| ilCtrlInterface | $ctrl |
| ilGlobalTemplateInterface | $main_tpl |
| LOMServices | $lom_services |
Class ilBiblTranslationGUI.
Definition at line 28 of file class.ilBiblTranslationGUI.php.
| ilBiblTranslationGUI::__construct | ( | protected \ilBiblAdminFactoryFacadeInterface | $facade, |
| protected \ilBiblFieldInterface | $field | ||
| ) |
ilBiblTranslationGUI constructor.
Definition at line 46 of file class.ilBiblTranslationGUI.php.
References $DIC, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 104 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 93 of file class.ilBiblTranslationGUI.php.
References $id, cancel(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and P_DELETE.
Here is the call graph for this function:| ilBiblTranslationGUI::executeCommand | ( | ) |
Definition at line 56 of file class.ilBiblTranslationGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 133 of file class.ilBiblTranslationGUI.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, 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 63 of file class.ilBiblTranslationGUI.php.
References initToolbar().
Here is the call graph for this function:
|
protected |
Definition at line 72 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 112 of file class.ilBiblTranslationGUI.php.
References cancel(), getLanguagesForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 79 of file class.ilBiblTranslationGUI.php.
References $data, $id, cancel(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and P_TRANSLATIONS.
Here is the call graph for this function:
|
private |
Definition at line 38 of file class.ilBiblTranslationGUI.php.
|
private |
Definition at line 40 of file class.ilBiblTranslationGUI.php.
|
private |
Definition at line 39 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\Bibliographic\Field\Table\initActions().
| const ilBiblTranslationGUI::CMD_DELETE_TRANSLATIONS = "deleteTranslations" |
Definition at line 36 of file class.ilBiblTranslationGUI.php.
Referenced by ilBiblTranslationTableGUI\__construct().
| 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.
Referenced by deleteTranslations().
| const ilBiblTranslationGUI::P_TRANSLATIONS = 'translations' |
Definition at line 31 of file class.ilBiblTranslationGUI.php.
Referenced by saveTranslations().