ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
◀ 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
Digest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Editor\Digest
;
22
23
use
ILIAS\UI\Component\Input\Container\Form\Standard
as
StandardForm
;
24
use
ILIAS\MetaData\Elements\SetInterface
;
25
use
ILIAS\MetaData\Editor\Http\RequestForFormInterface
;
26
use
ILIAS\UI\Component\Modal\Interruptive
as
InterruptiveModal
;
27
28
class
Digest
29
{
30
protected
ContentAssembler
$content_assembler
;
31
protected
ManipulatorAdapter
$manipulator_adapter
;
32
33
public
function
__construct
(
34
ContentAssembler
$content_assembler,
35
ManipulatorAdapter
$manipulator_adapter
36
) {
37
$this->content_assembler =
$content_assembler
;
38
$this->manipulator_adapter =
$manipulator_adapter
;
39
}
40
44
public
function
getContent
(
45
SetInterface
$set,
46
?
RequestForFormInterface
$request =
null
47
): \
Generator
{
48
yield
from
$this->content_assembler->get($set, $request);
49
}
50
51
public
function
updateMD
(
52
SetInterface
$set,
53
RequestForFormInterface
$request
54
): bool {
55
return
$this->manipulator_adapter->update($set, $request);
56
}
57
}
ILIAS\MetaData\Editor\Digest\Digest\getContent
getContent(SetInterface $set, ?RequestForFormInterface $request=null)
Definition:
Digest.php:44
ILIAS\MetaData\Editor\Digest
Definition:
ContentAssembler.php:21
Interruptive
ILIAS\MetaData\Editor\Http\RequestForFormInterface
Definition:
RequestForFormInterface.php:27
ILIAS\MetaData\Editor\Digest\Digest\updateMD
updateMD(SetInterface $set, RequestForFormInterface $request)
Definition:
Digest.php:51
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
Standard
ILIAS\MetaData\Editor\Digest\Digest\$manipulator_adapter
ManipulatorAdapter $manipulator_adapter
Definition:
Digest.php:31
ILIAS\MetaData\Editor\Digest\Digest
Definition:
Digest.php:28
SetInterface
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Editor\Digest\Digest\$content_assembler
ContentAssembler $content_assembler
Definition:
Digest.php:30
ILIAS\MetaData\Editor\Digest\ManipulatorAdapter
Definition:
ManipulatorAdapter.php:31
RequestForFormInterface
Generator
ILIAS\MetaData\Editor\Digest\Digest\__construct
__construct(ContentAssembler $content_assembler, ManipulatorAdapter $manipulator_adapter)
Definition:
Digest.php:33
ILIAS\MetaData\Editor\Digest\ContentAssembler
Definition:
ContentAssembler.php:38
ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from
from(FileStream $stream)
Definition:
GdImageToStreamTrait.php:48
components
ILIAS
MetaData
classes
Editor
Digest
Digest.php
Generated on Sun Apr 13 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)