ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilObjTalkTemplateAdministrationListGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
29
final
class
ilObjTalkTemplateAdministrationListGUI
extends
ilObjectListGUI
30
{
34
public
function
init
(): void
35
{
36
parent::init
();
37
38
$this->static_link_enabled =
true
;
39
$this->delete_enabled =
true
;
40
$this->cut_enabled =
false
;
41
$this->info_screen_enabled =
false
;
42
$this->copy_enabled =
false
;
43
$this->subscribe_enabled =
false
;
44
$this->link_enabled =
false
;
45
46
$this->type =
"talt"
;
47
$this->gui_class_name = strtolower(ilObjTalkTemplateAdministrationGUI::class);
48
$this->commands =
ilObjTalkTemplateAdministrationAccess::_getCommands
();
49
}
50
51
52
public
function
insertTimingsCommand
(): void
53
{
54
}
55
56
public
function
insertCommonSocialCommands
(
bool
$header_actions =
false
): void
57
{
58
}
59
65
//public function getCommandLink(string $a_cmd): string
66
//{
67
// $this->ctrl->setParameterByClass(strtolower(ilObjEmployeeTalkGUI::class), "ref_id", $this->ref_id);
68
// return $this->ctrl->getLinkTargetByClass(strtolower(ilObjEmployeeTalkGUI::class), $a_cmd);
69
//}
70
}
ilObjTalkTemplateAdministrationAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjTalkTemplateAdministrationAccess.php:37
ilObjTalkTemplateAdministrationListGUI\init
init()
initialisation
Definition:
class.ilObjTalkTemplateAdministrationListGUI.php:34
ilObjectListGUI
Important note:
Definition:
class.ilObjectListGUI.php:46
ilObjTalkTemplateAdministrationListGUI\insertCommonSocialCommands
insertCommonSocialCommands(bool $header_actions=false)
Definition:
class.ilObjTalkTemplateAdministrationListGUI.php:56
ilObjTalkTemplateAdministrationListGUI\insertTimingsCommand
insertTimingsCommand()
Definition:
class.ilObjTalkTemplateAdministrationListGUI.php:52
init
init()
Definition:
ilPRGCertificateHelper.php:29
ilObjTalkTemplateAdministrationListGUI
Class ilTalkTemplateListGUI.
Definition:
class.ilObjTalkTemplateAdministrationListGUI.php:29
components
ILIAS
EmployeeTalk
classes
class.ilObjTalkTemplateAdministrationListGUI.php
Generated on Mon Apr 7 2025 23:03:21 for ILIAS by
1.8.13 (using
Doxyfile
)