ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\MetaData\Vocabularies\Standard\NullGateway Class Reference
+ Inheritance diagram for ILIAS\MetaData\Vocabularies\Standard\NullGateway:
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Standard\NullGateway:

Public Member Functions

 createDeactivationEntry (SlotIdentifier $slot)
 
 deleteDeactivationEntry (SlotIdentifier $slot)
 
 doesDeactivationEntryExistForSlot (SlotIdentifier $slot)
 

Detailed Description

Definition at line 25 of file NullGateway.php.

Member Function Documentation

◆ createDeactivationEntry()

ILIAS\MetaData\Vocabularies\Standard\NullGateway::createDeactivationEntry ( SlotIdentifier  $slot)

Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.

Definition at line 27 of file NullGateway.php.

27  : void
28  {
29  }

◆ deleteDeactivationEntry()

ILIAS\MetaData\Vocabularies\Standard\NullGateway::deleteDeactivationEntry ( SlotIdentifier  $slot)

Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.

Definition at line 31 of file NullGateway.php.

31  : void
32  {
33  }

◆ doesDeactivationEntryExistForSlot()

ILIAS\MetaData\Vocabularies\Standard\NullGateway::doesDeactivationEntryExistForSlot ( SlotIdentifier  $slot)

Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.

Definition at line 35 of file NullGateway.php.

35  : bool
36  {
37  return false;
38  }

The documentation for this class was generated from the following file: