ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
GatewayInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Standard
;
22
23
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
24
25
interface
GatewayInterface
26
{
27
public
function
createDeactivationEntry
(
SlotIdentifier
$slot): void;
28
29
public
function
deleteDeactivationEntry
(
SlotIdentifier
$slot): void;
30
31
public
function
doesDeactivationEntryExistForSlot
(
SlotIdentifier
$slot): bool;
32
}
ILIAS\MetaData\Vocabularies\Standard
ILIAS\MetaData\Vocabularies\Standard\GatewayInterface
Definition:
GatewayInterface.php:25
ILIAS\MetaData\Vocabularies\Standard\GatewayInterface\deleteDeactivationEntry
deleteDeactivationEntry(SlotIdentifier $slot)
Identifier
ILIAS\MetaData\Vocabularies\Standard\GatewayInterface\createDeactivationEntry
createDeactivationEntry(SlotIdentifier $slot)
ILIAS\MetaData\Vocabularies\Standard\GatewayInterface\doesDeactivationEntryExistForSlot
doesDeactivationEntryExistForSlot(SlotIdentifier $slot)
components
ILIAS
MetaData
classes
Vocabularies
Standard
GatewayInterface.php
Generated on Wed Sep 10 2025 15:16:02 for ILIAS by
1.8.13 (using
Doxyfile
)