ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
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().
|
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().
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().
|
private |
Definition at line 66 of file class.ilMMItemTranslationRepository.php.
Referenced by store().
|
private |
Definition at line 36 of file class.ilMMItemTranslationRepository.php.