ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilBiblTranslationInterface.php
Go to the documentation of this file.
1<?php
2
9{
10
14 public function getId();
15
16
20 public function setId($id);
21
22
26 public function getFieldId();
27
28
32 public function setFieldId($field_id);
33
34
38 public function getLanguageKey();
39
40
44 public function setLanguageKey($language_key);
45
46
50 public function getTranslation();
51
52
56 public function setTranslation($translation);
57
58
62 public function getDescription();
63
64
68 public function setDescription($description);
69
70
74 public function store();
75}
An exception for terminatinating execution or to throw for unit testing.
if(!array_key_exists('StateId', $_REQUEST)) $id
Interface ilBiblTranslationInterface.
setDescription($description)
setTranslation($translation)
setLanguageKey($language_key)