|
ILIAS
release_8 Revision v8.24
|
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 | |
| int | $id = 0 |
| int | $user_id = 0 |
| string | $text = '' |
| int | $timestamp = 0 |
| string | $hash = '' |
| string | $title = '' |
| int | $document_id = 0 |
| string | $criteria = '' |
Class ilTermsOfServiceAcceptanceEntity.
Definition at line 25 of file class.ilTermsOfServiceAcceptanceEntity.php.
| ilTermsOfServiceAcceptanceEntity::getDocumentId | ( | ) |
Definition at line 120 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 36 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getId | ( | ) |
Definition at line 92 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getSerializedCriteria | ( | ) |
Definition at line 134 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $criteria.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getText | ( | ) |
Definition at line 50 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getTimestamp | ( | ) |
Definition at line 64 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getTitle | ( | ) |
Definition at line 106 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $title.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::getUserId | ( | ) |
Definition at line 78 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\deleteAcceptanceHistoryByUser(), and ilTermsOfServiceAcceptanceDatabaseGateway\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::withDocumentId | ( | int | $document_id | ) |
Definition at line 125 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $document_id.
| ilTermsOfServiceAcceptanceEntity::withHash | ( | string | $hash | ) |
Definition at line 41 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $hash.
| ilTermsOfServiceAcceptanceEntity::withId | ( | int | $id | ) |
Definition at line 97 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $id.
Referenced by ilTermsOfServiceAcceptanceDatabaseGateway\loadById().
Here is the caller graph for this function:| ilTermsOfServiceAcceptanceEntity::withSerializedCriteria | ( | string | $criteria | ) |
Definition at line 139 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $criteria.
| ilTermsOfServiceAcceptanceEntity::withText | ( | string | $text | ) |
Definition at line 55 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $text.
| ilTermsOfServiceAcceptanceEntity::withTimestamp | ( | int | $timestamp | ) |
Definition at line 69 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $timestamp.
| ilTermsOfServiceAcceptanceEntity::withTitle | ( | string | $title | ) |
Definition at line 111 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $title.
| ilTermsOfServiceAcceptanceEntity::withUserId | ( | int | $user_id | ) |
Definition at line 83 of file class.ilTermsOfServiceAcceptanceEntity.php.
References $user_id.
|
protected |
Definition at line 34 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getSerializedCriteria(), and withSerializedCriteria().
|
protected |
Definition at line 33 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getDocumentId(), and withDocumentId().
|
protected |
Definition at line 31 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getHash(), and withHash().
|
protected |
Definition at line 27 of file class.ilTermsOfServiceAcceptanceEntity.php.
|
protected |
Definition at line 29 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getText(), and withText().
|
protected |
Definition at line 30 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getTimestamp(), and withTimestamp().
|
protected |
Definition at line 32 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getTitle(), and withTitle().
|
protected |
Definition at line 28 of file class.ilTermsOfServiceAcceptanceEntity.php.
Referenced by getUserId(), and withUserId().