ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
setHash ($hash) | |
getHash () | |
setIso2LanguageCode ($language) | |
getIso2LanguageCode () | |
setText ($text) | |
getText () | |
setTimestamp ($timestamp) | |
getTimestamp () | |
setUserId ($user_id) | |
getUserId () | |
setSource ($source) | |
getSource () | |
setSourceType ($source_type) | |
getSourceType () | |
getId () | |
setId ($id) |
Protected Attributes | |
$id | |
$user_id | |
$text | |
$iso2_language_code | |
$timestamp | |
$source | |
$source_type | |
$hash | |
$data_gateway |
Definition at line 8 of file class.ilTermsOfServiceAcceptanceEntity.php.
ilTermsOfServiceAcceptanceEntity::getHash | ( | ) |
Definition at line 61 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getId | ( | ) |
Definition at line 170 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById().
ilTermsOfServiceAcceptanceEntity::getIso2LanguageCode | ( | ) |
Definition at line 82 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $iso2_language_code.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getSource | ( | ) |
Definition at line 146 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $source.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getSourceType | ( | ) |
Definition at line 162 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $source_type.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getText | ( | ) |
Definition at line 98 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getTimestamp | ( | ) |
Definition at line 114 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::getUserId | ( | ) |
Definition at line 130 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\deleteAcceptanceHistoryByUser(), ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser(), and ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
ilTermsOfServiceAcceptanceEntity::setHash | ( | $hash | ) |
string | $hash |
Definition at line 53 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setId | ( | $id | ) |
$id |
Definition at line 178 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setIso2LanguageCode | ( | $language | ) |
string | $language |
Definition at line 74 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setSource | ( | $source | ) |
string | $source |
Definition at line 138 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $source.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setSourceType | ( | $source_type | ) |
int | $source_type |
Definition at line 154 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $source_type.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setText | ( | $text | ) |
string | $text |
Definition at line 90 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setTimestamp | ( | $timestamp | ) |
int | $timestamp |
Definition at line 106 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
ilTermsOfServiceAcceptanceEntity::setUserId | ( | $user_id | ) |
int | $user_id |
Definition at line 122 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
|
protected |
Definition at line 69 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 48 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 13 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 28 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getIso2LanguageCode().
|
protected |
Definition at line 38 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getSource(), and setSource().
|
protected |
Definition at line 43 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getSourceType(), and setSourceType().
|
protected |
Definition at line 23 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 33 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getTimestamp(), and setTimestamp().
|
protected |
Definition at line 18 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getUserId(), and setUserId().