ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
AssignmentsInterface.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
interface
AssignmentsInterface
26
{
27
public
function
doesSlotHaveValues
(SlotIdentifier $slot): bool;
28
29
public
function
valuesForSlot
(SlotIdentifier $slot): \Generator;
30
}
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface
Definition:
AssignmentsInterface.php:26
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface\doesSlotHaveValues
doesSlotHaveValues(SlotIdentifier $slot)
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface\valuesForSlot
valuesForSlot(SlotIdentifier $slot)
ILIAS\MetaData\Vocabularies\Slots\Identifier
Identifier
Definition:
Identifier.php:24
ILIAS\MetaData\Vocabularies\Standard\Assignment
Definition:
Assignments.php:21
components
ILIAS
MetaData
classes
Vocabularies
Standard
Assignment
AssignmentsInterface.php
Generated on Sun Oct 19 2025 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)