|
ILIAS
release_8 Revision v8.24
|
Class ilTermsOfServiceAcceptanceDatabaseGateway. More...
Inheritance diagram for ilTermsOfServiceAcceptanceDatabaseGateway:
Collaboration diagram for ilTermsOfServiceAcceptanceDatabaseGateway:Public Member Functions | |
| __construct (ilDBInterface $db) | |
| trackAcceptance (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadCurrentAcceptanceOfUser (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadById (ilTermsOfServiceAcceptanceEntity $entity) | |
| deleteAcceptanceHistoryByUser (ilTermsOfServiceAcceptanceEntity $entity) | |
| trackAcceptance (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadCurrentAcceptanceOfUser (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadById (ilTermsOfServiceAcceptanceEntity $entity) | |
| deleteAcceptanceHistoryByUser (ilTermsOfServiceAcceptanceEntity $entity) | |
Protected Attributes | |
| ilDBInterface | $db |
Class ilTermsOfServiceAcceptanceDatabaseGateway.
Definition at line 25 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
| ilTermsOfServiceAcceptanceDatabaseGateway::__construct | ( | ilDBInterface | $db | ) |
Definition at line 29 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $db.
| ilTermsOfServiceAcceptanceDatabaseGateway::deleteAcceptanceHistoryByUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 132 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References ilTermsOfServiceAcceptanceEntity\getUserId().
Here is the call graph for this function:| ilTermsOfServiceAcceptanceDatabaseGateway::loadById | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 109 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, ilTermsOfServiceAcceptanceEntity\getId(), and ilTermsOfServiceAcceptanceEntity\withId().
Here is the call graph for this function:| ilTermsOfServiceAcceptanceDatabaseGateway::loadCurrentAcceptanceOfUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 71 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
| ilTermsOfServiceAcceptanceDatabaseGateway::trackAcceptance | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 34 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, ilTermsOfServiceAcceptanceEntity\getDocumentId(), ilTermsOfServiceAcceptanceEntity\getHash(), ilTermsOfServiceAcceptanceEntity\getSerializedCriteria(), ilTermsOfServiceAcceptanceEntity\getText(), ilTermsOfServiceAcceptanceEntity\getTimestamp(), ilTermsOfServiceAcceptanceEntity\getTitle(), and ilTermsOfServiceAcceptanceEntity\getUserId().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
Referenced by __construct().