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
NotFoundUserInteraction.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\BackgroundTasks\Implementation\Tasks
;
4
5
use
ILIAS\BackgroundTasks\Bucket
;
6
use
ILIAS\BackgroundTasks\Task\UserInteraction\Option
;
7
use
ILIAS\BackgroundTasks\Types\Type
;
8
use
ILIAS\BackgroundTasks\Value
;
9
14
class
NotFoundUserInteraction
extends
AbstractUserInteraction
15
{
16
public
function
getInputTypes
()
17
{
18
return
[];
19
}
20
21
public
function
getOutputType
()
22
{
23
return
null;
24
}
25
26
public
function
getOptions
(array
$input
)
27
{
28
return
[];
29
}
30
31
public
function
interaction
(array
$input
,
Option
$user_selected_option,
Bucket
$bucket)
32
{
33
// TODO: Implement interaction() method.
34
}
35
36
}
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction
Definition:
AbstractUserInteraction.php:15
ILIAS\BackgroundTasks\Implementation\Tasks
Definition:
AbstractJob.php:3
ILIAS\BackgroundTasks\Task\UserInteraction\Option
Definition:
Option.php:13
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getOutputType
getOutputType()
Definition:
NotFoundUserInteraction.php:21
ILIAS\BackgroundTasks\Bucket
Definition:
Bucket.php:15
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getOptions
getOptions(array $input)
Definition:
NotFoundUserInteraction.php:26
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\interaction
interaction(array $input, Option $user_selected_option, Bucket $bucket)
Definition:
NotFoundUserInteraction.php:31
Bucket
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input
$input
Definition:
AbstractTask.php:28
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction
Class NotFoundUserInteraction.
Definition:
NotFoundUserInteraction.php:14
ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction\getInputTypes
getInputTypes()
Definition:
NotFoundUserInteraction.php:16
Type
Value
Option
src
BackgroundTasks
Implementation
Tasks
NotFoundUserInteraction.php
Generated on Fri Apr 4 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)