ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilTermsOfServiceAcceptanceDatabaseGateway. More...
Public Member Functions | ||||
__construct (ilDBInterface $db) | ||||
ilTermsOfServiceAcceptanceDatabaseGateway constructor. More... | ||||
trackAcceptance (ilTermsOfServiceAcceptanceEntity $entity) | ||||
| ||||
loadCurrentAcceptanceOfUser (ilTermsOfServiceAcceptanceEntity $entity) | ||||
| ||||
loadById (ilTermsOfServiceAcceptanceEntity $entity) | ||||
| ||||
deleteAcceptanceHistoryByUser (ilTermsOfServiceAcceptanceEntity $entity) | ||||
| ||||
Protected Attributes | |
$db | |
Class ilTermsOfServiceAcceptanceDatabaseGateway.
Definition at line 8 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
ilTermsOfServiceAcceptanceDatabaseGateway::__construct | ( | ilDBInterface | $db | ) |
ilTermsOfServiceAcceptanceDatabaseGateway constructor.
ilDBInterface | $db |
Definition at line 17 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $db.
ilTermsOfServiceAcceptanceDatabaseGateway::deleteAcceptanceHistoryByUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 128 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References ilTermsOfServiceAcceptanceEntity\getUserId().
ilTermsOfServiceAcceptanceDatabaseGateway::loadById | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 102 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, ilTermsOfServiceAcceptanceEntity\getId(), and ilTermsOfServiceAcceptanceEntity\withId().
ilTermsOfServiceAcceptanceDatabaseGateway::loadCurrentAcceptanceOfUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 65 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, ilTermsOfServiceAcceptanceEntity\getUserId(), and ilTermsOfServiceAcceptanceEntity\withId().
ilTermsOfServiceAcceptanceDatabaseGateway::trackAcceptance | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 25 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, ilTermsOfServiceAcceptanceEntity\getDocumentId(), ilTermsOfServiceAcceptanceEntity\getHash(), ilTermsOfServiceAcceptanceEntity\getSerializedCriteria(), ilTermsOfServiceAcceptanceEntity\getText(), ilTermsOfServiceAcceptanceEntity\getTimestamp(), ilTermsOfServiceAcceptanceEntity\getTitle(), and ilTermsOfServiceAcceptanceEntity\getUserId().
|
protected |
Definition at line 11 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
Referenced by __construct().