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.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
14
class
ilObjDataCollectionListGUI
extends
ilObjectListGUI
15
{
16
20
public
function
init
()
21
{
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->info_screen_enabled =
true
;
28
$this->type =
"dcl"
;
29
$this->gui_class_name =
"ilobjdatacollectiongui"
;
30
31
// general commands array
32
$this->commands =
ilObjDataCollectionAccess::_getCommands
();
33
}
34
35
44
public
function
getProperties
()
45
{
46
global
$DIC
;
47
$lng
= $DIC[
'lng'
];
48
49
$props = array();
50
51
if
(!
ilObjDataCollectionAccess::_lookupOnline
($this->obj_id)) {
52
$props[] = array(
53
"alert"
=>
true
,
54
"property"
=>
$lng
->txt(
"status"
),
55
"value"
=>
$lng
->txt(
"offline"
),
56
);
57
}
58
59
return
$props;
60
}
61
}
ilObjDataCollectionListGUI\init
init()
initialisation
Definition:
class.ilObjDataCollectionListGUI.php:20
ilObjDataCollectionAccess\_lookupOnline
static _lookupOnline($a_id)
Check wether datacollection is online.
Definition:
class.ilObjDataCollectionAccess.php:149
ilObjectListGUI\$lng
$lng
Definition:
class.ilObjectListGUI.php:33
ilObjDataCollectionListGUI
Class ilObjDataCollectionListGUI.
Definition:
class.ilObjDataCollectionListGUI.php:14
ilObjDataCollectionAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjDataCollectionAccess.php:30
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjDataCollectionListGUI\getProperties
getProperties()
Get item properties.
Definition:
class.ilObjDataCollectionListGUI.php:44
$DIC
$DIC
Definition:
xapitoken.php:46
Modules
DataCollection
classes
class.ilObjDataCollectionListGUI.php
Generated on Wed Apr 2 2025 20:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)