ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
ActiveRecord
Class ActiveRecord.
Definition:
class.ActiveRecord.php:24
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
php
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 Thu Feb 27 2025 19:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)