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
ControlFlowCommand.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\EmployeeTalk\UI
;
22
23
interface
ControlFlowCommand
24
{
25
public
const
DEFAULT
=
"view"
;
26
public
const
INDEX
=
"view"
;
27
28
public
const
CREATE
=
"create"
;
29
public
const
SAVE
=
"save"
;
30
31
public
const
UPDATE_INDEX
=
"update"
;
32
public
const
UPDATE
=
"edit"
;
33
34
public
const
DELETE_INDEX
=
"delete"
;
35
public
const
DELETE
=
"confirmedDelete"
;
36
37
public
const
APPLY_FILTER
=
'applyFilter'
;
38
public
const
RESET_FILTER
=
'resetFilter'
;
39
40
public
const
TABLE_ACTIONS
=
'getActions'
;
41
}
ILIAS\EmployeeTalk\UI\ControlFlowCommand\UPDATE_INDEX
const UPDATE_INDEX
Definition:
ControlFlowCommand.php:31
ILIAS\EmployeeTalk\UI\ControlFlowCommand\APPLY_FILTER
const APPLY_FILTER
Definition:
ControlFlowCommand.php:37
ILIAS\EmployeeTalk\UI\ControlFlowCommand\TABLE_ACTIONS
const TABLE_ACTIONS
Definition:
ControlFlowCommand.php:40
ILIAS\EmployeeTalk\UI\ControlFlowCommand\DELETE_INDEX
const DELETE_INDEX
Definition:
ControlFlowCommand.php:34
ILIAS\EmployeeTalk\UI\ControlFlowCommand\RESET_FILTER
const RESET_FILTER
Definition:
ControlFlowCommand.php:38
ILIAS\EmployeeTalk\UI\ControlFlowCommand\CREATE
const CREATE
Definition:
ControlFlowCommand.php:28
ILIAS\EmployeeTalk\UI\ControlFlowCommand\SAVE
const SAVE
Definition:
ControlFlowCommand.php:29
ILIAS\EmployeeTalk\UI\ControlFlowCommand\UPDATE
const UPDATE
Definition:
ControlFlowCommand.php:32
ILIAS\EmployeeTalk\UI\ControlFlowCommand\INDEX
const INDEX
Definition:
ControlFlowCommand.php:26
ILIAS\EmployeeTalk\UI\ControlFlowCommand\DEFAULT
const DEFAULT
Definition:
ControlFlowCommand.php:25
ILIAS\EmployeeTalk\UI\ControlFlowCommand
Definition:
ControlFlowCommand.php:23
ILIAS\EmployeeTalk\UI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ControlFlowCommand.php:21
ILIAS\EmployeeTalk\UI\ControlFlowCommand\DELETE
const DELETE
Definition:
ControlFlowCommand.php:35
Modules
EmployeeTalk
classes
UI
ControlFlowCommand.php
Generated on Thu Apr 3 2025 22:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)