ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
Definition:
Assignments.php:21
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface
Definition:
AssignmentsInterface.php:25
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface\doesSlotHaveValues
doesSlotHaveValues(SlotIdentifier $slot)
ILIAS\MetaData\Vocabularies\Standard\Assignment\AssignmentsInterface\valuesForSlot
valuesForSlot(SlotIdentifier $slot)
Identifier
components
ILIAS
MetaData
classes
Vocabularies
Standard
Assignment
AssignmentsInterface.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)