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
NotFoundUserInteraction.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\BackgroundTasks\Implementation\Tasks
;
20
21
use
ILIAS\BackgroundTasks\Bucket
;
22
use
ILIAS\BackgroundTasks\Implementation\Values\ScalarValues\BooleanValue
;
23
use
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue
;
24
use
ILIAS\BackgroundTasks\Task\UserInteraction\Option
;
25
use
ILIAS\BackgroundTasks\Types\SingleType
;
26
use
ILIAS\BackgroundTasks\Types\Type
;
27
use
ILIAS\BackgroundTasks\Value
;
28
33
class
NotFoundUserInteraction
extends
AbstractUserInteraction
34
{
38
public
function
getInputTypes
(): array
39
{
40
return
[];
41
}
42
43
public
function
getOutputType
():
Type
44
{
45
return
new
SingleType
(
'none'
);
46
}
47
51
public
function
getOptions
(array
$input
): array
52
{
53
return
[];
54
}
55
56
public
function
interaction
(array
$input
,
Option
$user_selected_option,
Bucket
$bucket):
Value
57
{
58
return
new
BooleanValue
();
59
}
60
}
BooleanValue
SingleType
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction
Definition:
AbstractUserInteraction.php:29
ILIAS\BackgroundTasks\Implementation\Tasks
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractJob.php:19
ThunkValue
ILIAS\BackgroundTasks\Task\UserInteraction\Option
Definition:
Option.php:27
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getOutputType
getOutputType()
Definition:
NotFoundUserInteraction.php:43
ILIAS\BackgroundTasks\Value
Definition:
Value.php:29
ILIAS\BackgroundTasks\Bucket
Definition:
Bucket.php:29
ILIAS\BackgroundTasks\Types\Type
Definition:
Type.php:21
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getOptions
getOptions(array $input)
Definition:
NotFoundUserInteraction.php:51
ILIAS\BackgroundTasks\Types\SingleType
Definition:
SingleType.php:21
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\interaction
interaction(array $input, Option $user_selected_option, Bucket $bucket)
Definition:
NotFoundUserInteraction.php:56
ILIAS\BackgroundTasks\Implementation\Values\ScalarValues\BooleanValue
Definition:
BooleanValue.php:23
Bucket
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction
Class NotFoundUserInteraction.
Definition:
NotFoundUserInteraction.php:33
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getInputTypes
getInputTypes()
Definition:
NotFoundUserInteraction.php:38
Type
Value
Option
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input
array $input
Definition:
AbstractTask.php:44
src
BackgroundTasks
Implementation
Tasks
NotFoundUserInteraction.php
Generated on Tue Apr 1 2025 22:02:41 for ILIAS by
1.8.13 (using
Doxyfile
)