ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
interface.ilBiblTranslationInterface.php
Go to the documentation of this file.
1
<?php
2
8
interface
ilBiblTranslationInterface
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
}
ilBiblTranslationInterface\getTranslation
getTranslation()
ilBiblTranslationInterface\store
store()
ilBiblTranslationInterface\getFieldId
getFieldId()
ilBiblTranslationInterface\getId
getId()
ilBiblTranslationInterface\setDescription
setDescription($description)
ilBiblTranslationInterface\getDescription
getDescription()
ilBiblTranslationInterface\setTranslation
setTranslation($translation)
ilBiblTranslationInterface\getLanguageKey
getLanguageKey()
ilBiblTranslationInterface\setLanguageKey
setLanguageKey($language_key)
ilBiblTranslationInterface\setFieldId
setFieldId($field_id)
ilBiblTranslationInterface
Interface ilBiblTranslationInterface.
Definition:
interface.ilBiblTranslationInterface.php:8
ilBiblTranslationInterface\setId
setId($id)
Modules
Bibliographic
interfaces
Translation
interface.ilBiblTranslationInterface.php
Generated on Sat Apr 5 2025 21:00:55 for ILIAS by
1.8.13 (using
Doxyfile
)