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
class.ilObjPortfolioTemplateListGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
10
class
ilObjPortfolioTemplateListGUI
extends
ilObjectListGUI
11
{
15
public
function
init
()
16
{
17
$this->copy_enabled =
true
;
18
$this->delete_enabled =
true
;
19
$this->cut_enabled =
true
;
20
$this->subscribe_enabled =
true
;
21
$this->link_enabled =
true
;
22
$this->info_screen_enabled =
true
;
23
$this->type =
"prtt"
;
24
$this->gui_class_name =
"ilobjportfoliotemplategui"
;
25
26
// general commands array
27
$this->commands =
ilObjPortfolioTemplateAccess::_getCommands
();
28
}
29
30
public
function
getProperties
()
31
{
32
$lng
=
$this->lng
;
33
34
$props = array();
35
36
if
(!
ilObjPortfolioTemplateAccess::_lookupOnline
($this->obj_id)) {
37
$props[] = array(
38
"alert"
=>
true
,
39
"property"
=>
$lng
->txt(
"status"
),
40
"value"
=>
$lng
->txt(
"offline"
)
41
);
42
}
43
44
return
$props;
45
}
46
}
ilObjPortfolioTemplateListGUI\init
init()
initialisation
Definition:
class.ilObjPortfolioTemplateListGUI.php:15
ilObjectListGUI\$lng
$lng
Definition:
class.ilObjectListGUI.php:33
ilObjectListGUI
Class ilObjectListGUI.
Definition:
class.ilObjectListGUI.php:23
ilObjPortfolioTemplateAccess\_getCommands
static _getCommands()
Definition:
class.ilObjPortfolioTemplateAccess.php:46
ilObjPortfolioTemplateListGUI\getProperties
getProperties()
Definition:
class.ilObjPortfolioTemplateListGUI.php:30
ilObjPortfolioTemplateListGUI
Class ilObjPortfolioTemplateListGUI.
Definition:
class.ilObjPortfolioTemplateListGUI.php:10
ilObjPortfolioTemplateAccess\_lookupOnline
static _lookupOnline($a_id)
Definition:
class.ilObjPortfolioTemplateAccess.php:104
Modules
Portfolio
classes
class.ilObjPortfolioTemplateListGUI.php
Generated on Sat Apr 5 2025 21:01:03 for ILIAS by
1.8.13 (using
Doxyfile
)