|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway:
Collaboration diagram for ILIAS\MetaData\Vocabularies\Standard\DatabaseGateway:Public Member Functions | |
| __construct (\ilDBInterface $db) | |
| createDeactivationEntry (SlotIdentifier $slot) | |
| deleteDeactivationEntry (SlotIdentifier $slot) | |
| doesDeactivationEntryExistForSlot (SlotIdentifier $slot) | |
| 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().