ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilObjPortfolioTemplateListGUI.php
Go to the documentation of this file.
1
<?php
2
23
class
ilObjPortfolioTemplateListGUI
extends
ilObjectListGUI
24
{
25
public
function
init
(): void
26
{
27
$this->copy_enabled =
true
;
28
$this->delete_enabled =
true
;
29
$this->cut_enabled =
true
;
30
$this->subscribe_enabled =
true
;
31
$this->link_enabled =
true
;
32
$this->info_screen_enabled =
true
;
33
$this->type =
"prtt"
;
34
$this->gui_class_name =
"ilobjportfoliotemplategui"
;
35
36
// general commands array
37
$this->commands =
ilObjPortfolioTemplateAccess::_getCommands
();
38
}
39
40
public
function
getProperties
(): array
41
{
42
$lng
=
$this->lng
;
43
44
$props = array();
45
46
if
(!
ilObjPortfolioTemplateAccess::_lookupOnline
($this->obj_id)) {
47
$props[] = array(
48
"alert"
=>
true
,
49
"property"
=>
$lng
->
txt
(
"status"
),
50
"value"
=>
$lng
->
txt
(
"offline"
)
51
);
52
}
53
54
return
$props;
55
}
56
}
ilObjPortfolioTemplateListGUI\init
init()
Definition:
class.ilObjPortfolioTemplateListGUI.php:25
ilLanguage\txt
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Definition:
class.ilLanguage.php:172
ilObjPortfolioTemplateAccess\_lookupOnline
static _lookupOnline(int $a_id)
Definition:
class.ilObjPortfolioTemplateAccess.php:98
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:41
ilObjPortfolioTemplateAccess\_getCommands
static _getCommands()
Definition:
class.ilObjPortfolioTemplateAccess.php:40
ilObjectListGUI\$lng
ilLanguage $lng
Definition:
class.ilObjectListGUI.php:80
ilObjPortfolioTemplateListGUI\getProperties
getProperties()
Definition:
class.ilObjPortfolioTemplateListGUI.php:40
ilObjPortfolioTemplateListGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjPortfolioTemplateListGUI.php:23
Modules
Portfolio
Template
class.ilObjPortfolioTemplateListGUI.php
Generated on Fri Apr 4 2025 22:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)