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
ThunkValue.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\BackgroundTasks\Implementation\Values
;
20
21
use
ILIAS\BackgroundTasks\Types\Type
;
22
use
ILIAS\BackgroundTasks\Value
;
23
24
//use ILIAS\BackgroundTasks\ValueType;
31
class
ThunkValue
extends
AbstractValue
32
{
33
protected
Type
$type
;
34
35
#[\Override]
36
public
function
getType
():
Type
37
{
38
return
$this->parentTask->getOutputType();
39
}
40
47
public
function
serialize
()
48
{
49
return
''
;
50
}
51
61
public
function
unserialize
($serialized): void
62
{
63
// Nothing to do.
64
}
65
71
public
function
getHash
(): string
72
{
73
return
''
;
74
}
75
76
public
function
equals
(
Value
$other): bool
77
{
78
return
false
;
79
}
80
84
public
function
setValue
($value): void
85
{
86
// TODO: Implement setValue() method.
87
}
88
}
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\$type
Type $type
Definition:
ThunkValue.php:33
ILIAS\BackgroundTasks\Implementation\Values\AbstractValue
Definition:
AbstractValue.php:31
ILIAS\BackgroundTasks\Value
Definition:
Value.php:29
ILIAS\BackgroundTasks\Types\Type
Definition:
Type.php:21
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\serialize
serialize()
String representation of object http://php.net/manual/en/serializable.serialize.php.
Definition:
ThunkValue.php:47
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\unserialize
unserialize($serialized)
Constructs the object http://php.net/manual/en/serializable.unserialize.php.
Definition:
ThunkValue.php:61
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\getType
getType()
Definition:
ThunkValue.php:36
ILIAS\AdvancedMetaData\Data\FieldDefinition\Type
Type
Definition:
Type.php:23
ILIAS\BackgroundTasks\Implementation\Values
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractValue.php:19
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\getHash
getHash()
Definition:
ThunkValue.php:71
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\equals
equals(Value $other)
Definition:
ThunkValue.php:76
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue\setValue
setValue($value)
Definition:
ThunkValue.php:84
ILIAS\BackgroundTasks\Implementation\Values\ThunkValue
Definition:
ThunkValue.php:31
Value
components
ILIAS
BackgroundTasks
src
Implementation
Values
ThunkValue.php
Generated on Thu Apr 3 2025 23:02:19 for ILIAS by
1.8.13 (using
Doxyfile
)