ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
NullGateway.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
class
NullGateway
implements
GatewayInterface
26
{
27
public
function
createDeactivationEntry
(
SlotIdentifier
$slot): void
28
{
29
}
30
31
public
function
deleteDeactivationEntry
(
SlotIdentifier
$slot): void
32
{
33
}
34
35
public
function
doesDeactivationEntryExistForSlot
(
SlotIdentifier
$slot): bool
36
{
37
return
false
;
38
}
39
}
ILIAS\MetaData\Vocabularies\Standard
ILIAS\MetaData\Vocabularies\Standard\NullGateway\doesDeactivationEntryExistForSlot
doesDeactivationEntryExistForSlot(SlotIdentifier $slot)
Definition:
NullGateway.php:35
ILIAS\MetaData\Vocabularies\Standard\NullGateway
Definition:
NullGateway.php:25
ILIAS\MetaData\Vocabularies\Standard\GatewayInterface
Definition:
GatewayInterface.php:25
ILIAS\MetaData\Vocabularies\Standard\NullGateway\createDeactivationEntry
createDeactivationEntry(SlotIdentifier $slot)
Definition:
NullGateway.php:27
Identifier
ILIAS\MetaData\Vocabularies\Standard\NullGateway\deleteDeactivationEntry
deleteDeactivationEntry(SlotIdentifier $slot)
Definition:
NullGateway.php:31
components
ILIAS
MetaData
classes
Vocabularies
Standard
NullGateway.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)