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.ilObjDataCollectionListGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
require_once(
'./Services/Object/classes/class.ilObjectListGUI.php'
);
6
16
class
ilObjDataCollectionListGUI
extends
ilObjectListGUI
{
17
21
public
function
init
() {
22
$this->copy_enabled =
true
;
23
$this->delete_enabled =
true
;
24
$this->cut_enabled =
true
;
25
$this->subscribe_enabled =
true
;
26
$this->link_enabled =
true
;
27
$this->payment_enabled =
false
;
28
$this->info_screen_enabled =
true
;
29
$this->type =
"dcl"
;
30
$this->gui_class_name =
"ilobjdatacollectiongui"
;
31
32
// general commands array
33
include_once(
'./Modules/DataCollection/classes/class.ilObjDataCollectionAccess.php'
);
34
$this->commands =
ilObjDataCollectionAccess::_getCommands
();
35
}
36
37
46
public
function
getProperties
() {
47
global
$lng
,
$ilUser
;
48
49
$props = array();
50
include_once(
"./Modules/DataCollection/classes/class.ilObjDataCollectionAccess.php"
);
51
52
if
(!
ilObjDataCollectionAccess::_lookupOnline
($this->obj_id)) {
53
$props[] = array(
54
"alert"
=>
true
,
55
"property"
=> $lng->txt(
"status"
),
56
"value"
=> $lng->txt(
"offline"
)
57
);
58
}
59
60
return
$props;
61
}
62
}
63
64
?>
ilObjDataCollectionListGUI\init
init()
initialisation
Definition:
class.ilObjDataCollectionListGUI.php:21
ilObjDataCollectionListGUI
Class ilObjDataCollectionListGUI.
Definition:
class.ilObjDataCollectionListGUI.php:16
ilObjDataCollectionAccess\_lookupOnline
_lookupOnline($a_id)
Check wether datacollection is online.
Definition:
class.ilObjDataCollectionAccess.php:123
ilObjDataCollectionAccess\_getCommands
_getCommands()
get commands
Definition:
class.ilObjDataCollectionAccess.php:31
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjDataCollectionListGUI\getProperties
getProperties()
Get item properties.
Definition:
class.ilObjDataCollectionListGUI.php:46
$ilUser
global $ilUser
Definition:
imgupload.php:15
$lng
global $lng
Definition:
privfeed.php:40
Modules
DataCollection
classes
class.ilObjDataCollectionListGUI.php
Generated on Mon Mar 31 2025 19:00:35 for ILIAS by
1.8.13 (using
Doxyfile
)