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.ilBiblFieldInterface.php
Go to the documentation of this file.
1
<?php
2
8
interface
ilBiblFieldInterface
9
{
10
const
DATA_TYPE_RIS
= 1;
11
const
DATA_TYPE_BIBTEX
= 2;
12
13
17
public
function
getId
();
18
19
23
public
function
setId
($id);
24
25
29
public
function
getIdentifier
();
30
31
35
public
function
setIdentifier
($identifier);
36
37
41
public
function
getPosition
();
42
43
47
public
function
setPosition
($position);
48
49
53
public
function
getIsStandardField
();
54
55
59
public
function
setIsStandardField
($is_standard_field);
60
61
65
public
function
getDataType
();
66
67
71
public
function
setDataType
($data_type);
72
73
79
public
function
store
();
80
}
ilBiblFieldInterface\setId
setId($id)
ilBiblFieldInterface\getIsStandardField
getIsStandardField()
ilBiblFieldInterface\setDataType
setDataType($data_type)
ilBiblFieldInterface\store
store()
Stores the Object, creates a newone in Db if non existing or updates an existing. ...
ilBiblFieldInterface\setPosition
setPosition($position)
ilBiblFieldInterface
Interface ilBiblEntryInterface.
Definition:
interface.ilBiblFieldInterface.php:8
ilBiblFieldInterface\setIdentifier
setIdentifier($identifier)
ilBiblFieldInterface\getId
getId()
ilBiblFieldInterface\getPosition
getPosition()
ilBiblFieldInterface\getIdentifier
getIdentifier()
ilBiblFieldInterface\setIsStandardField
setIsStandardField($is_standard_field)
ilBiblFieldInterface\DATA_TYPE_RIS
const DATA_TYPE_RIS
Definition:
interface.ilBiblFieldInterface.php:10
ilBiblFieldInterface\getDataType
getDataType()
ilBiblFieldInterface\DATA_TYPE_BIBTEX
const DATA_TYPE_BIBTEX
Definition:
interface.ilBiblFieldInterface.php:11
Modules
Bibliographic
interfaces
Field
interface.ilBiblFieldInterface.php
Generated on Sun Apr 6 2025 21:00:55 for ILIAS by
1.8.13 (using
Doxyfile
)