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
UserInteraction.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\BackgroundTasks\Task
;
4
5
use
ILIAS\BackgroundTasks\Bucket
;
6
use
ILIAS\BackgroundTasks\Task
;
7
use
ILIAS\BackgroundTasks\Task\UserInteraction\Option
;
8
use
ILIAS\BackgroundTasks\Value
;
9
17
interface
UserInteraction
extends
Task
18
{
19
25
public
function
getOptions
(array $input);
26
27
37
public
function
canBeSkipped
(array $input) : bool;
38
39
48
public
function
getSkippedValue
(array $input) :
Value
;
49
53
public
function
isFinal
(): bool;
54
55
64
public
function
interaction
(array $input,
Option
$user_selected_option,
Bucket
$bucket);
65
66
73
public
function
getMessage
(array $input);
74
}
ILIAS\BackgroundTasks\Task\UserInteraction\interaction
interaction(array $input, Option $user_selected_option, Bucket $bucket)
ILIAS\BackgroundTasks\Task\UserInteraction\getOptions
getOptions(array $input)
ILIAS\BackgroundTasks\Task\UserInteraction\getMessage
getMessage(array $input)
ILIAS\BackgroundTasks\Task\UserInteraction\Option
Definition:
Option.php:13
ILIAS\BackgroundTasks\Task\UserInteraction\isFinal
isFinal()
ILIAS\BackgroundTasks\Value
Definition:
Value.php:15
ILIAS\BackgroundTasks\Bucket
Definition:
Bucket.php:15
ILIAS\BackgroundTasks\Task
Definition:
Task.php:21
Bucket
ILIAS\BackgroundTasks\Task\UserInteraction\getSkippedValue
getSkippedValue(array $input)
ILIAS\BackgroundTasks\Task\UserInteraction\canBeSkipped
canBeSkipped(array $input)
Decide whether the UserInteraction is presented to the user and he has to decide or user UserInteract...
ILIAS\BackgroundTasks\Task
Definition:
Job.php:3
ILIAS\BackgroundTasks\Task\UserInteraction
Definition:
UserInteraction.php:17
Value
Option
src
BackgroundTasks
Task
UserInteraction.php
Generated on Thu Apr 3 2025 21:01:34 for ILIAS by
1.8.13 (using
Doxyfile
)