ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullAssignments.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Standard\Assignment
;
22
23
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
24
25
class
NullAssignments
implements
AssignmentsInterface
26
{
27
public
function
doesSlotHaveValues
(
SlotIdentifier
$slot): bool
28
{
29
return
false
;
30
}
31
32
public
function
valuesForSlot
(
SlotIdentifier
$slot): \
Generator
33
{
34
yield
from
[];
35
}
36
}
ILIAS\MetaData\Vocabularies\Standard\Assignment
Definition:
Assignments.php:21
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface
Definition:
AssignmentsInterface.php:25
ILIAS\MetaData\Vocabularies\Standard\Assignment\NullAssignments\doesSlotHaveValues
doesSlotHaveValues(SlotIdentifier $slot)
Definition:
NullAssignments.php:27
ILIAS\MetaData\Vocabularies\Standard\Assignment\NullAssignments
Definition:
NullAssignments.php:25
ILIAS\MetaData\Vocabularies\Standard\Assignment\NullAssignments\valuesForSlot
valuesForSlot(SlotIdentifier $slot)
Definition:
NullAssignments.php:32
Identifier
Generator
ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from
from(FileStream $stream)
Definition:
GdImageToStreamTrait.php:49
components
ILIAS
MetaData
classes
Vocabularies
Standard
Assignment
NullAssignments.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)