|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMMItemTranslationRepository:
Collaboration diagram for ilMMItemTranslationRepository:Public Member Functions | |
| __construct (private ilDBInterface $db) | |
| store (Translations $translations) | |
| get (TranslatableItem $item) | |
| blank (TranslatableItem $item, string $language_code, string $translation) | |
| reset () | |
| retrieveCurrent (Pons $pons) | |
| store (Translations $translations) | |
| get (TranslatableItem $item) | |
| blank (TranslatableItem $item, string $language_code, string $translation) | |
| reset () | |
| retrieveCurrent (Pons $pons) | |
Private Member Functions | |
| has (string $identification, string $language_code) | |
| storeSingleTranslation (string $identification, string $language_code, string $translation) | |
Private Attributes | |
| const | TABLE_NAME = 'il_mm_translation' |
Definition at line 31 of file class.ilMMItemTranslationRepository.php.
| ilMMItemTranslationRepository::__construct | ( | private ilDBInterface | $db | ) |
Definition at line 38 of file class.ilMMItemTranslationRepository.php.
| ilMMItemTranslationRepository::blank | ( | TranslatableItem | $item, |
| string | $language_code, | ||
| string | $translation | ||
| ) |
Implements ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationsRepository.
Definition at line 119 of file class.ilMMItemTranslationRepository.php.
References ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslatableItem\getId().
Here is the call graph for this function:| ilMMItemTranslationRepository::get | ( | TranslatableItem | $item | ) |
Implements ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationsRepository.
Definition at line 95 of file class.ilMMItemTranslationRepository.php.
References ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\Translations\getId().
Here is the call graph for this function:
|
private |
Definition at line 55 of file class.ilMMItemTranslationRepository.php.
| ilMMItemTranslationRepository::reset | ( | ) |
Implements ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationsRepository.
Definition at line 128 of file class.ilMMItemTranslationRepository.php.
| ilMMItemTranslationRepository::retrieveCurrent | ( | Pons | $pons | ) |
Implements ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationsRepository.
Definition at line 133 of file class.ilMMItemTranslationRepository.php.
References $id, ILIAS\GlobalScreen\GUI\Pons\in(), and ILIAS\GlobalScreen\GUI\Pons\tabs().
Here is the call graph for this function:| ilMMItemTranslationRepository::store | ( | Translations | $translations | ) |
Implements ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\TranslationsRepository.
Definition at line 42 of file class.ilMMItemTranslationRepository.php.
References ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\Translations\get(), ILIAS\GlobalScreen\GUI\I18n\MultiLanguage\Translations\getId(), and storeSingleTranslation().
Here is the call graph for this function:
|
private |
Definition at line 66 of file class.ilMMItemTranslationRepository.php.
Referenced by store().
Here is the caller graph for this function:
|
private |
Definition at line 36 of file class.ilMMItemTranslationRepository.php.