ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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.ilRis.php
Go to the documentation of this file.
1
<?php
2
9
class
ilRis
{
10
14
protected
static
$standard_fields
= array(
15
'TY'
,
16
'ID'
,
17
'T1'
,
18
'TI'
,
19
'CT'
,
20
'A1'
,
21
'A2'
,
22
'AU'
,
23
'Y1'
,
24
'PY'
,
25
'N1'
,
26
'KW'
,
27
'RP'
,
28
'SP'
,
29
'EP'
,
30
'JF'
,
31
'JO'
,
32
'JA'
,
33
'J1'
,
34
'J2'
,
35
'VL'
,
36
'IS'
,
37
'T2'
,
38
'CY'
,
39
'PB'
,
40
'U1'
,
41
'U5'
,
42
'T3'
,
43
'N2'
,
44
'SN'
,
45
'AV'
,
46
'M1'
,
47
'M3'
,
48
'AD'
,
49
'UR'
,
50
'L1'
,
51
'L2'
,
52
'L3'
,
53
'L4'
,
54
'ER'
,
55
);
59
protected
static
$entry_types
= array(
60
'ABST'
,
61
'ADVS'
,
62
'ART'
,
63
'BILL'
,
64
'BOOK'
,
65
'CASE'
,
66
'CHAP'
,
67
'COMP'
,
68
'CONF'
,
69
'CTLG'
,
70
'DATA'
,
71
'ELEC'
,
72
'GEN'
,
73
'HEAR'
,
74
'ICOMM'
,
75
'INPR'
,
76
'JFULL'
,
77
'JOUR'
,
78
'MAP'
,
79
'MGZN'
,
80
'MPCT'
,
81
'MUSIC'
,
82
'NEWS'
,
83
'PAMP'
,
84
'PAT'
,
85
'PCOMM'
,
86
'RPRT'
,
87
'SER'
,
88
'SLIDE'
,
89
'SOUND'
,
90
'STAT'
,
91
'THES'
,
92
'UNBILl'
,
93
'UNPB'
,
94
'VIDEO'
,
95
);
96
97
103
public
static
function
isStandardField
($field_name) {
104
return
in_array(strtoupper($field_name), self::$standard_fields);
105
}
106
107
113
public
static
function
isEntryType
($entry_ype) {
114
return
in_array(strtoupper($entry_ype), self::$entry_types);
115
}
116
}
117
118
?>
ilRis\$entry_types
static $entry_types
Definition:
class.ilRis.php:59
ilRis
Class ilRis.
Definition:
class.ilRis.php:9
ilRis\isEntryType
static isEntryType($entry_ype)
Definition:
class.ilRis.php:113
ilRis\$standard_fields
static $standard_fields
Definition:
class.ilRis.php:14
ilRis\isStandardField
static isStandardField($field_name)
Definition:
class.ilRis.php:103
Modules
Bibliographic
classes
Types
class.ilRis.php
Generated on Mon Mar 31 2025 19:00:33 for ILIAS by
1.8.13 (using
Doxyfile
)