ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
AbstractUserInteraction.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\BackgroundTasks\Implementation\Tasks
;
4
5
use
ILIAS\BackgroundTasks\Task\UserInteraction
;
6
use
ILIAS\BackgroundTasks\Value
;
7
15
abstract
class
AbstractUserInteraction
extends
AbstractTask
implements
UserInteraction
16
{
17
21
public
function
getMessage
(array
$input
)
22
{
23
return
$message
=
""
;
24
}
25
26
30
public
function
canBeSkipped
(array
$input
) : bool
31
{
32
return
false
;
33
}
34
35
41
public
function
getSkippedValue
(array
$input
) :
Value
42
{
43
return
$input[0];
44
}
45
46
public
function
isFinal
(): bool
47
{
48
return
true
;
49
}
50
51
52
}
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask
Definition:
AbstractTask.php:20
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction
Definition:
AbstractUserInteraction.php:15
ILIAS\BackgroundTasks\Implementation\Tasks
Definition:
AbstractJob.php:3
ILIAS\BackgroundTasks\Value
Definition:
Value.php:15
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction\canBeSkipped
canBeSkipped(array $input)
Definition:
AbstractUserInteraction.php:30
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction\getSkippedValue
getSkippedValue(array $input)
Definition:
AbstractUserInteraction.php:41
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction\getMessage
getMessage(array $input)
Definition:
AbstractUserInteraction.php:21
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction\isFinal
isFinal()
Definition:
AbstractUserInteraction.php:46
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input
$input
Definition:
AbstractTask.php:28
ILIAS\BackgroundTasks\Task\UserInteraction
Definition:
Option.php:3
ILIAS\BackgroundTasks\Task\UserInteraction
Definition:
UserInteraction.php:17
$message
$message
Definition:
xapiexit.php:14
Value
src
BackgroundTasks
Implementation
Tasks
AbstractUserInteraction.php
Generated on Thu Apr 3 2025 20:01:19 for ILIAS by
1.8.13 (using
Doxyfile
)