ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
class.ilBiblTranslation.php
Go to the documentation of this file.
1
<?php
9
class
ilBiblTranslation
extends
ActiveRecord
implements
ilBiblTranslationInterface
10
{
11
const
TABLE_NAME
=
'il_bibl_translation'
;
12
13
17
public
static
function
returnDbTableName
()
18
{
19
return
self::TABLE_NAME;
20
}
21
22
26
public
function
getConnectorContainerName
()
27
{
28
return
self::TABLE_NAME;
29
}
30
31
42
protected
$id
= 0;
52
protected
$field_id
= 0;
61
protected
$language_key
=
''
;
69
protected
$translation
=
''
;
76
protected
$description
=
''
;
77
78
82
public
function
getId
()
83
{
84
return
$this->id
;
85
}
86
87
91
public
function
setId
(
$id
)
92
{
93
$this->
id
=
$id
;
94
}
95
96
100
public
function
getFieldId
()
101
{
102
return
$this->field_id
;
103
}
104
105
109
public
function
setFieldId
(
$field_id
)
110
{
111
$this->field_id =
$field_id
;
112
}
113
114
118
public
function
getLanguageKey
()
119
{
120
return
$this->language_key
;
121
}
122
123
127
public
function
setLanguageKey
(
$language_key
)
128
{
129
$this->language_key =
$language_key
;
130
}
131
132
136
public
function
getTranslation
()
137
{
138
return
$this->translation
;
139
}
140
141
145
public
function
setTranslation
(
$translation
)
146
{
147
$this->translation =
$translation
;
148
}
149
150
154
public
function
getDescription
()
155
{
156
return
$this->description
;
157
}
158
159
163
public
function
setDescription
(
$description
)
164
{
165
$this->description =
$description
;
166
}
167
}
ilBiblTranslation\getDescription
getDescription()
Definition:
class.ilBiblTranslation.php:154
ilBiblTranslation\getTranslation
getTranslation()
Definition:
class.ilBiblTranslation.php:136
ilBiblTranslation\getId
getId()
Definition:
class.ilBiblTranslation.php:82
ilBiblTranslation\$translation
$translation
Definition:
class.ilBiblTranslation.php:69
ilBiblTranslation
Class ilBiblTranslation.
Definition:
class.ilBiblTranslation.php:9
ilBiblTranslation\setTranslation
setTranslation($translation)
Definition:
class.ilBiblTranslation.php:145
ilBiblTranslation\getFieldId
getFieldId()
Definition:
class.ilBiblTranslation.php:100
ilBiblTranslation\setDescription
setDescription($description)
Definition:
class.ilBiblTranslation.php:163
ilBiblTranslation\TABLE_NAME
const TABLE_NAME
Definition:
class.ilBiblTranslation.php:11
ilBiblTranslation\$language_key
$language_key
Definition:
class.ilBiblTranslation.php:61
ilBiblTranslation\setLanguageKey
setLanguageKey($language_key)
Definition:
class.ilBiblTranslation.php:127
ilBiblTranslation\setFieldId
setFieldId($field_id)
Definition:
class.ilBiblTranslation.php:109
ilBiblTranslation\getLanguageKey
getLanguageKey()
Definition:
class.ilBiblTranslation.php:118
ilBiblTranslation\$description
$description
Definition:
class.ilBiblTranslation.php:76
ilBiblTranslation\returnDbTableName
static returnDbTableName()
Definition:
class.ilBiblTranslation.php:17
ilBiblTranslationInterface
Interface ilBiblTranslationInterface.
Definition:
interface.ilBiblTranslationInterface.php:8
ilBiblTranslation\$id
$id
Definition:
class.ilBiblTranslation.php:42
ilBiblTranslation\$field_id
$field_id
Definition:
class.ilBiblTranslation.php:52
ActiveRecord
ilBiblTranslation\getConnectorContainerName
getConnectorContainerName()
Definition:
class.ilBiblTranslation.php:26
ilBiblTranslation\setId
setId($id)
Definition:
class.ilBiblTranslation.php:91
Modules
Bibliographic
classes
Translation
class.ilBiblTranslation.php
Generated on Sat Apr 5 2025 20:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)