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.ilObjPortfolioTemplateListGUI.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
include_once
"Services/Object/classes/class.ilObjectListGUI.php"
;
6
15
class
ilObjPortfolioTemplateListGUI
extends
ilObjectListGUI
16
{
20
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->payment_enabled =
false
;
28
$this->info_screen_enabled =
true
;
29
$this->type =
"prtt"
;
30
$this->gui_class_name =
"ilobjportfoliotemplategui"
;
31
32
// general commands array
33
include_once(
'./Modules/Portfolio/classes/class.ilObjPortfolioTemplateAccess.php'
);
34
$this->commands =
ilObjPortfolioTemplateAccess::_getCommands
();
35
}
36
37
public
function
getProperties
()
38
{
39
global
$lng
;
40
41
$props = array();
42
43
include_once(
"./Modules/Portfolio/classes/class.ilObjPortfolioTemplateAccess.php"
);
44
if
(!
ilObjPortfolioTemplateAccess::_lookupOnline
($this->obj_id))
45
{
46
$props[] = array(
47
"alert"
=>
true
,
48
"property"
=> $lng->txt(
"status"
),
49
"value"
=> $lng->txt(
"offline"
)
50
);
51
}
52
53
return
$props;
54
}
55
}
56
57
?>
ilObjPortfolioTemplateAccess\_lookupOnline
_lookupOnline($a_id)
Definition:
class.ilObjPortfolioTemplateAccess.php:78
ilObjPortfolioTemplateListGUI\init
init()
initialisation
Definition:
class.ilObjPortfolioTemplateListGUI.php:20
ilObjPortfolioTemplateAccess\_getCommands
_getCommands()
Definition:
class.ilObjPortfolioTemplateAccess.php:15
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
$lng
global $lng
Definition:
privfeed.php:40
ilObjPortfolioTemplateListGUI\getProperties
getProperties()
Definition:
class.ilObjPortfolioTemplateListGUI.php:37
ilObjPortfolioTemplateListGUI
Class ilObjPortfolioTemplateListGUI.
Definition:
class.ilObjPortfolioTemplateListGUI.php:15
Modules
Portfolio
classes
class.ilObjPortfolioTemplateListGUI.php
Generated on Mon Mar 31 2025 19:00:37 for ILIAS by
1.8.13 (using
Doxyfile
)