ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Value.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\BackgroundTasks
;
20
21
use
ILIAS\BackgroundTasks\Types\Type
;
22
29
interface
Value
extends
\Serializable
30
{
36
public
function
getHash
(): string;
37
38
public
function
equals
(
Value
$other): bool;
39
40
public
function
getType
():
Type
;
41
42
public
function
setParentTask
(
Task
$parentTask): void;
43
44
public
function
getParentTask
():
Task
;
45
46
public
function
hasParentTask
(): bool;
47
48
public
function
setValue
($value): void;
49
50
public
function
__serialize
(): array;
51
52
public
function
__unserialize
(array
$data
): void;
53
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\BackgroundTasks
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
BackgroundTaskServices.php:19
ILIAS\BackgroundTasks\Value\getType
getType()
ILIAS\BackgroundTasks\Value
Definition:
Value.php:29
ILIAS\BackgroundTasks\Value\getHash
getHash()
ILIAS\BackgroundTasks\Task
Definition:
Task.php:35
ILIAS\BackgroundTasks\Value\setValue
setValue($value)
ILIAS\BackgroundTasks\Value\__unserialize
__unserialize(array $data)
ILIAS\BackgroundTasks\Value\getParentTask
getParentTask()
ILIAS\AdvancedMetaData\Data\FieldDefinition\Type
Type
Definition:
Type.php:23
ILIAS\BackgroundTasks\Value\setParentTask
setParentTask(Task $parentTask)
ILIAS\BackgroundTasks\Value\hasParentTask
hasParentTask()
ILIAS\BackgroundTasks\Value\__serialize
__serialize()
ILIAS\BackgroundTasks\Value\equals
equals(Value $other)
components
ILIAS
BackgroundTasks
src
Value.php
Generated on Thu Apr 3 2025 23:02:19 for ILIAS by
1.8.13 (using
Doxyfile
)