|
ILIAS
Release_4_4_x_branch Revision 61816
|
Inheritance diagram for ilTermsOfServiceAcceptanceDatabaseGateway:
Collaboration diagram for ilTermsOfServiceAcceptanceDatabaseGateway:Public Member Functions | |
| __construct (ilDB $db) | |
| trackAcceptance (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadCurrentAcceptanceOfUser (ilTermsOfServiceAcceptanceEntity $entity) | |
| loadById (ilTermsOfServiceAcceptanceEntity $entity) | |
| deleteAcceptanceHistoryByUser (ilTermsOfServiceAcceptanceEntity $entity) | |
Protected Attributes | |
| $db | |
Definition at line 10 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
| ilTermsOfServiceAcceptanceDatabaseGateway::__construct | ( | ilDB | $db | ) |
| ilDB | $db |
Definition at line 20 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $db.
| ilTermsOfServiceAcceptanceDatabaseGateway::deleteAcceptanceHistoryByUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
| ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 130 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References ilTermsOfServiceAcceptanceEntity\getUserId().
Here is the call graph for this function:| ilTermsOfServiceAcceptanceDatabaseGateway::loadById | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
| ilTermsOfServiceAcceptanceEntity | $entity |
Definition at line 104 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, $row, ilTermsOfServiceAcceptanceEntity\getId(), ilTermsOfServiceAcceptanceEntity\setHash(), ilTermsOfServiceAcceptanceEntity\setId(), ilTermsOfServiceAcceptanceEntity\setIso2LanguageCode(), ilTermsOfServiceAcceptanceEntity\setSource(), ilTermsOfServiceAcceptanceEntity\setSourceType(), ilTermsOfServiceAcceptanceEntity\setText(), and ilTermsOfServiceAcceptanceEntity\setTimestamp().
Here is the call graph for this function:| ilTermsOfServiceAcceptanceDatabaseGateway::loadCurrentAcceptanceOfUser | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
| ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 73 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $res, $row, ilTermsOfServiceAcceptanceEntity\getUserId(), ilTermsOfServiceAcceptanceEntity\setHash(), ilTermsOfServiceAcceptanceEntity\setId(), ilTermsOfServiceAcceptanceEntity\setIso2LanguageCode(), ilTermsOfServiceAcceptanceEntity\setSource(), ilTermsOfServiceAcceptanceEntity\setSourceType(), ilTermsOfServiceAcceptanceEntity\setText(), ilTermsOfServiceAcceptanceEntity\setTimestamp(), and ilTermsOfServiceAcceptanceEntity\setUserId().
Here is the call graph for this function:| ilTermsOfServiceAcceptanceDatabaseGateway::trackAcceptance | ( | ilTermsOfServiceAcceptanceEntity | $entity | ) |
| ilTermsOfServiceAcceptanceEntity | $entity |
Implements ilTermsOfServiceAcceptanceDataGateway.
Definition at line 28 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
References $query, $res, $row, ilTermsOfServiceAcceptanceEntity\getHash(), ilTermsOfServiceAcceptanceEntity\getIso2LanguageCode(), ilTermsOfServiceAcceptanceEntity\getSource(), ilTermsOfServiceAcceptanceEntity\getSourceType(), ilTermsOfServiceAcceptanceEntity\getText(), ilTermsOfServiceAcceptanceEntity\getTimestamp(), and ilTermsOfServiceAcceptanceEntity\getUserId().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilTermsOfServiceAcceptanceDatabaseGateway.php.
Referenced by __construct().