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.ilBiblAttribute.php
Go to the documentation of this file.
1
<?php
8
class
ilBiblAttribute
extends
ActiveRecord
implements
ilBiblAttributeInterface
9
{
10
14
public
static
function
returnDbTableName
()
15
{
16
return
'il_bibl_attribute'
;
17
}
18
19
23
public
function
getConnectorContainerName
()
24
{
25
return
'il_bibl_attribute'
;
26
}
27
28
36
protected
$entry_id
;
44
protected
$name
;
52
protected
$value
;
64
protected
$id
;
65
66
70
public
function
getEntryId
()
71
{
72
return
$this->entry_id
;
73
}
74
75
79
public
function
setEntryId
(
$entry_id
)
80
{
81
$this->entry_id =
$entry_id
;
82
}
83
84
88
public
function
getName
()
89
{
90
return
$this->name
;
91
}
92
93
97
public
function
setName
(
$name
)
98
{
99
$this->name =
$name
;
100
}
101
102
106
public
function
getValue
()
107
{
108
return
$this->value
;
109
}
110
111
115
public
function
setValue
(
$value
)
116
{
117
$this->value =
$value
;
118
}
119
120
124
public
function
getId
()
125
{
126
return
$this->id
;
127
}
128
129
133
public
function
setId
(
$id
)
134
{
135
$this->
id
=
$id
;
136
}
137
}
ilBiblAttribute\returnDbTableName
static returnDbTableName()
Definition:
class.ilBiblAttribute.php:14
ilBiblAttribute\getConnectorContainerName
getConnectorContainerName()
Definition:
class.ilBiblAttribute.php:23
ilBiblAttribute\$value
$value
Definition:
class.ilBiblAttribute.php:52
ilBiblAttributeInterface
Interface ilBiblAttributeInterface.
Definition:
interface.ilBiblAttributeInterface.php:8
ilBiblAttribute\$name
$name
Definition:
class.ilBiblAttribute.php:44
ilBiblAttribute\setId
setId($id)
Definition:
class.ilBiblAttribute.php:133
ilBiblAttribute\getName
getName()
Definition:
class.ilBiblAttribute.php:88
ilBiblAttribute\setName
setName($name)
Definition:
class.ilBiblAttribute.php:97
ilBiblAttribute\getId
getId()
Definition:
class.ilBiblAttribute.php:124
ilBiblAttribute
Class ilBiblAttribute.
Definition:
class.ilBiblAttribute.php:8
ilBiblAttribute\getValue
getValue()
Definition:
class.ilBiblAttribute.php:106
ilBiblAttribute\setEntryId
setEntryId($entry_id)
Definition:
class.ilBiblAttribute.php:79
ilBiblAttribute\$entry_id
$entry_id
Definition:
class.ilBiblAttribute.php:36
ActiveRecord
ilBiblAttribute\$id
$id
Definition:
class.ilBiblAttribute.php:64
ilBiblAttribute\getEntryId
getEntryId()
Definition:
class.ilBiblAttribute.php:70
ilBiblAttribute\setValue
setValue($value)
Definition:
class.ilBiblAttribute.php:115
Modules
Bibliographic
classes
Attribute
class.ilBiblAttribute.php
Generated on Mon Apr 7 2025 20:00:57 for ILIAS by
1.8.13 (using
Doxyfile
)