ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilTermsOfServiceAcceptanceEntity.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
class
ilTermsOfServiceAcceptanceEntity
9
{
13
protected
$id
;
14
18
protected
$user_id
;
19
23
protected
$text
;
24
28
protected
$iso2_language_code
;
29
33
protected
$timestamp
;
34
38
protected
$source
;
39
43
protected
$source_type
;
44
48
protected
$hash
;
49
53
public
function
setHash
(
$hash
)
54
{
55
$this->hash =
$hash
;
56
}
57
61
public
function
getHash
()
62
{
63
return
$this->hash
;
64
}
65
69
protected
$data_gateway
;
70
74
public
function
setIso2LanguageCode
($language)
75
{
76
$this->iso2_language_code = $language;
77
}
78
82
public
function
getIso2LanguageCode
()
83
{
84
return
$this->iso2_language_code
;
85
}
86
90
public
function
setText
(
$text
)
91
{
92
$this->text =
$text
;
93
}
94
98
public
function
getText
()
99
{
100
return
$this->text
;
101
}
102
106
public
function
setTimestamp
(
$timestamp
)
107
{
108
$this->timestamp =
$timestamp
;
109
}
110
114
public
function
getTimestamp
()
115
{
116
return
$this->timestamp
;
117
}
118
122
public
function
setUserId
(
$user_id
)
123
{
124
$this->user_id =
$user_id
;
125
}
126
130
public
function
getUserId
()
131
{
132
return
$this->user_id
;
133
}
134
138
public
function
setSource
(
$source
)
139
{
140
$this->source =
$source
;
141
}
142
146
public
function
getSource
()
147
{
148
return
$this->source
;
149
}
150
154
public
function
setSourceType
(
$source_type
)
155
{
156
$this->source_type =
$source_type
;
157
}
158
162
public
function
getSourceType
()
163
{
164
return
$this->source_type
;
165
}
166
170
public
function
getId
()
171
{
172
return
$this->id
;
173
}
174
178
public
function
setId
(
$id
)
179
{
180
$this->
id
=
$id
;
181
}
182
}
ilTermsOfServiceAcceptanceEntity\getId
getId()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:170
ilTermsOfServiceAcceptanceEntity\getTimestamp
getTimestamp()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:114
ilTermsOfServiceAcceptanceEntity\setSourceType
setSourceType($source_type)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:154
ilTermsOfServiceAcceptanceEntity\getText
getText()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:98
ilTermsOfServiceAcceptanceEntity\$data_gateway
$data_gateway
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:69
ilTermsOfServiceAcceptanceEntity\$timestamp
$timestamp
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:33
ilTermsOfServiceAcceptanceEntity\$user_id
$user_id
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:18
ilTermsOfServiceAcceptanceEntity\getSource
getSource()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:146
ilTermsOfServiceAcceptanceEntity\getUserId
getUserId()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:130
ilTermsOfServiceAcceptanceEntity\setTimestamp
setTimestamp($timestamp)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:106
ilTermsOfServiceAcceptanceEntity\$text
$text
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:23
ilTermsOfServiceAcceptanceEntity\$iso2_language_code
$iso2_language_code
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:28
ilTermsOfServiceAcceptanceEntity\setUserId
setUserId($user_id)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:122
ilTermsOfServiceAcceptanceEntity\setSource
setSource($source)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:138
ilTermsOfServiceAcceptanceEntity\getIso2LanguageCode
getIso2LanguageCode()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:82
ilTermsOfServiceAcceptanceEntity\getSourceType
getSourceType()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:162
ilTermsOfServiceAcceptanceEntity\$hash
$hash
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:48
ilTermsOfServiceAcceptanceEntity\setId
setId($id)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:178
ilTermsOfServiceAcceptanceEntity
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:8
ilTermsOfServiceAcceptanceEntity\$source
$source
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:38
ilTermsOfServiceAcceptanceEntity\$id
$id
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:13
ilTermsOfServiceAcceptanceEntity\$source_type
$source_type
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:43
ilTermsOfServiceAcceptanceEntity\getHash
getHash()
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:61
php
ilTermsOfServiceAcceptanceEntity\setIso2LanguageCode
setIso2LanguageCode($language)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:74
ilTermsOfServiceAcceptanceEntity\setText
setText($text)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:90
ilTermsOfServiceAcceptanceEntity\setHash
setHash($hash)
Definition:
class.ilTermsOfServiceAcceptanceEntity.php:53
Services
TermsOfService
classes
class.ilTermsOfServiceAcceptanceEntity.php
Generated on Fri Jan 17 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)