ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ 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 Apr 5 2026 23:03:28 for ILIAS by
1.9.4 (using
Doxyfile
)