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.ilBiblEntry.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
class
ilBiblEntry
extends
ActiveRecord
implements
ilBiblEntryInterface
12
{
13
const
TABLE_NAME
=
'il_bibl_entry'
;
14
15
19
public
static
function
returnDbTableName
()
20
{
21
return
self::TABLE_NAME;
22
}
23
24
28
public
function
getConnectorContainerName
()
29
{
30
return
self::TABLE_NAME;
31
}
32
33
45
protected
$id
;
53
protected
$data_id
;
62
protected
$type
;
63
64
68
public
function
getId
()
69
{
70
return
$this->id
;
71
}
72
73
77
public
function
setId
(
$id
)
78
{
79
$this->
id
=
$id
;
80
}
81
82
86
public
function
getDataId
()
87
{
88
return
$this->data_id
;
89
}
90
91
95
public
function
setDataId
(
$data_id
)
96
{
97
$this->data_id =
$data_id
;
98
}
99
100
104
public
function
getType
()
105
{
106
return
$this->type
;
107
}
108
109
113
public
function
setType
(
$type
)
114
{
115
$this->type =
$type
;
116
}
117
}
ilBiblEntry\$id
$id
Definition:
class.ilBiblEntry.php:45
ilBiblEntry\$type
$type
Definition:
class.ilBiblEntry.php:62
ilBiblEntry\getDataId
getDataId()
Definition:
class.ilBiblEntry.php:86
ilBiblEntry\setDataId
setDataId($data_id)
Definition:
class.ilBiblEntry.php:95
ilBiblEntry\getType
getType()
Definition:
class.ilBiblEntry.php:104
ilBiblEntry\returnDbTableName
static returnDbTableName()
Definition:
class.ilBiblEntry.php:19
ilBiblEntry\TABLE_NAME
const TABLE_NAME
Definition:
class.ilBiblEntry.php:13
ilBiblEntry\setId
setId($id)
Definition:
class.ilBiblEntry.php:77
ilBiblEntry\getId
getId()
Definition:
class.ilBiblEntry.php:68
ilBiblEntry\$data_id
$data_id
Definition:
class.ilBiblEntry.php:53
ilBiblEntry\getConnectorContainerName
getConnectorContainerName()
Definition:
class.ilBiblEntry.php:28
ilBiblEntry
Class ilBiblEntry.
Definition:
class.ilBiblEntry.php:11
ActiveRecord
ilBiblEntry\setType
setType($type)
Definition:
class.ilBiblEntry.php:113
ilBiblEntryInterface
Interface ilBiblEntryInterface.
Definition:
interface.ilBiblEntryInterface.php:8
Modules
Bibliographic
classes
Entry
class.ilBiblEntry.php
Generated on Wed Apr 9 2025 20:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)