ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TranslationsRepository.php
Go to the documentation of this file.
1<?php
2
20
22
28{
29 public function store(Translations $translations): Translations;
30
31 public function get(TranslatableItem $item): Translations;
32
33 public function blank(TranslatableItem $item, string $language_code, string $translation): Translation;
34
35 public function reset(): void;
36
40 public function retrieveCurrent(Pons $pons): TranslatableItem;
41
42}
blank(TranslatableItem $item, string $language_code, string $translation)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...