|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceAcceptanceEntity. More...
Collaboration diagram for ilTermsOfServiceAcceptanceEntity:Public Member Functions | |
| getHash () | |
| withHash (string $hash) | |
| getText () | |
| withText (string $text) | |
| getTimestamp () | |
| withTimestamp (int $timestamp) | |
| getUserId () | |
| withUserId (int $user_id) | |
| getId () | |
| withId (int $id) | |
| getTitle () | |
| withTitle (string $title) | |
| getDocumentId () | |
| withDocumentId (int $document_id) | |
| getSerializedCriteria () | |
| withSerializedCriteria (string $criteria) | |
Protected Attributes | |
| $id = 0 | |
| $user_id = 0 | |
| $text = '' | |
| $timestamp = 0 | |
| $hash = '' | |
| $title = '' | |
| $document_id = 0 | |
| $criteria = '' | |
Class ilTermsOfServiceAcceptanceEntity.
Definition at line 8 of file class.ilTermsOfServiceAcceptanceEntity.php.
| ilTermsOfServiceAcceptanceEntity::getDocumentId | ( | ) |
Definition at line 163 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $document_id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getHash | ( | ) |
Definition at line 37 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getId | ( | ) |
Definition at line 121 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getSerializedCriteria | ( | ) |
Definition at line 184 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $criteria.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getText | ( | ) |
Definition at line 58 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getTimestamp | ( | ) |
Definition at line 79 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getTitle | ( | ) |
Definition at line 142 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $title.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getUserId | ( | ) |
Definition at line 100 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\deleteAcceptanceHistoryByUser(), ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser(), and ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::withDocumentId | ( | int | $document_id | ) |
| int | $document_id |
Definition at line 172 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $document_id.
| ilTermsOfServiceAcceptanceEntity::withHash | ( | string | $hash | ) |
| string | $hash |
Definition at line 46 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
| ilTermsOfServiceAcceptanceEntity::withId | ( | int | $id | ) |
| $id |
Definition at line 130 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById(), and ilTermsOfServiceAcceptanceDatabaseGateway\loadCurrentAcceptanceOfUser().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::withSerializedCriteria | ( | string | $criteria | ) |
| string | $criteria |
Definition at line 193 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $criteria.
| ilTermsOfServiceAcceptanceEntity::withText | ( | string | $text | ) |
| string | $text |
Definition at line 67 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
| ilTermsOfServiceAcceptanceEntity::withTimestamp | ( | int | $timestamp | ) |
| int | $timestamp |
Definition at line 88 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
| ilTermsOfServiceAcceptanceEntity::withTitle | ( | string | $title | ) |
| string | $title |
Definition at line 151 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $title.
| ilTermsOfServiceAcceptanceEntity::withUserId | ( | int | $user_id | ) |
| int | $user_id |
Definition at line 109 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
|
protected |
Definition at line 32 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getSerializedCriteria(), and withSerializedCriteria().
|
protected |
Definition at line 29 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getDocumentId(), and withDocumentId().
|
protected |
Definition at line 23 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getHash(), and withHash().
|
protected |
Definition at line 11 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 17 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getText(), and withText().
|
protected |
Definition at line 20 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getTimestamp(), and withTimestamp().
|
protected |
Definition at line 26 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getTitle(), and withTitle().
|
protected |
Definition at line 14 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getUserId(), and withUserId().