ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilBiblTranslationFactoryInterface.php
Go to the documentation of this file.
1 <?php
29 {
37  public function translate(ilBiblFieldInterface $field): string;
38 
39  public function translateAttribute(ilBiblAttributeInterface $attribute): string;
40 
41  public function translateAttributeString(int $type_id, ilBiblAttributeInterface $attribute): string;
42 
44 
46 
48 
49  public function translationExistsForField(ilBiblFieldInterface $field): bool;
50 
52 
54 
56  ilBiblFieldInterface $field,
57  string $language_key
59 
63  public function getAllTranslationsForField(ilBiblFieldInterface $field): array;
64 
68  public function getAllTranslationsForFieldAsArray(ilBiblFieldInterface $field): array;
69 
70  public function findById(int $id): \ilBiblTranslationInterface;
71 
72  public function deleteById(int $id): bool;
73 }
translateAttributeString(int $type_id, ilBiblAttributeInterface $attribute)
translationExistsForField(ilBiblFieldInterface $field)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
translationExistsForFieldAndUsersLanguage(ilBiblFieldInterface $field)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInstanceForFieldAndUsersLanguage(ilBiblFieldInterface $field)
getAllTranslationsForFieldAsArray(ilBiblFieldInterface $field)
translateAttribute(ilBiblAttributeInterface $attribute)
getAllTranslationsForField(ilBiblFieldInterface $field)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
translationExistsForFieldAndSystemsLanguage(ilBiblFieldInterface $field)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
findArCreateInstanceForFieldAndlanguage(ilBiblFieldInterface $field, string $language_key)
translate(ilBiblFieldInterface $field)
Translates a field in the current users language in tho folowing order:
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
getInstanceForFieldAndSystemsLanguage(ilBiblFieldInterface $field)