ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)