ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (\ilDBInterface $db) | |
createDeactivationEntry (SlotIdentifier $slot) | |
deleteDeactivationEntry (SlotIdentifier $slot) | |
doesDeactivationEntryExistForSlot (SlotIdentifier $slot) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 25 of file DatabaseGateway.php.
ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 29 of file DatabaseGateway.php.
References ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway\$db.
ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway::createDeactivationEntry | ( | SlotIdentifier | $slot | ) |
Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.
Definition at line 34 of file DatabaseGateway.php.
References ilDBConstants\T_TEXT.
ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway::deleteDeactivationEntry | ( | SlotIdentifier | $slot | ) |
Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.
Definition at line 42 of file DatabaseGateway.php.
References ilDBConstants\T_TEXT.
ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway::doesDeactivationEntryExistForSlot | ( | SlotIdentifier | $slot | ) |
Implements ILIAS\MetaData\Vocabularies\Standard\GatewayInterface.
Definition at line 50 of file DatabaseGateway.php.
References $res, and ilDBConstants\T_TEXT.
|
protected |
Definition at line 27 of file DatabaseGateway.php.
Referenced by ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway\__construct().