Index: trunk/extensions/ConfirmAccount/dataclasses/UserAccountRequest.php |
— | — | @@ -101,83 +101,83 @@ |
102 | 102 | } |
103 | 103 | |
104 | 104 | public function getId() { |
105 | | - return $this->id; |
| 105 | + return $this->id; |
106 | 106 | } |
107 | 107 | |
108 | 108 | public function getName() { |
109 | | - return $this->name; |
| 109 | + return $this->name; |
110 | 110 | } |
111 | 111 | |
112 | 112 | public function getRealName() { |
113 | | - return $this->realName; |
| 113 | + return $this->realName; |
114 | 114 | } |
115 | 115 | |
116 | 116 | public function getEmail() { |
117 | | - return $this->email; |
| 117 | + return $this->email; |
118 | 118 | } |
119 | 119 | |
120 | 120 | public function getRegistration() { |
121 | | - return $this->registration; |
| 121 | + return $this->registration; |
122 | 122 | } |
123 | 123 | |
124 | 124 | public function getBio() { |
125 | | - return $this->bio; |
| 125 | + return $this->bio; |
126 | 126 | } |
127 | 127 | |
128 | 128 | public function getNotes() { |
129 | | - return $this->notes; |
| 129 | + return $this->notes; |
130 | 130 | } |
131 | 131 | |
132 | 132 | public function getUrls() { |
133 | | - return $this->urls; |
| 133 | + return $this->urls; |
134 | 134 | } |
135 | 135 | |
136 | 136 | public function getAreas() { |
137 | | - return $this->areas; |
| 137 | + return $this->areas; |
138 | 138 | } |
139 | 139 | |
140 | 140 | public function getFileName() { |
141 | | - return $this->fileName; |
| 141 | + return $this->fileName; |
142 | 142 | } |
143 | 143 | |
144 | 144 | public function getFileStorageKey() { |
145 | | - return $this->fileStorageKey; |
| 145 | + return $this->fileStorageKey; |
146 | 146 | } |
147 | 147 | |
148 | 148 | public function getIP() { |
149 | | - return $this->ip; |
| 149 | + return $this->ip; |
150 | 150 | } |
151 | 151 | |
152 | 152 | public function getEmailToken() { |
153 | | - return $this->emailToken; |
| 153 | + return $this->emailToken; |
154 | 154 | } |
155 | 155 | |
156 | 156 | public function getEmailTokenExpires() { |
157 | | - return $this->emailTokenExpires; |
| 157 | + return $this->emailTokenExpires; |
158 | 158 | } |
159 | 159 | |
160 | 160 | public function getEmailAuthTimestamp() { |
161 | | - return $this->emailAuthTimestamp; |
| 161 | + return $this->emailAuthTimestamp; |
162 | 162 | } |
163 | 163 | |
164 | 164 | public function isDeleted() { |
165 | | - return $this->deleted; |
| 165 | + return $this->deleted; |
166 | 166 | } |
167 | 167 | |
168 | 168 | public function getRejectTimestamp() { |
169 | | - return $this->rejectedTimestamp; |
| 169 | + return $this->rejectedTimestamp; |
170 | 170 | } |
171 | 171 | |
172 | 172 | public function getHeldTimestamp() { |
173 | | - return $this->heldTimestamp; |
| 173 | + return $this->heldTimestamp; |
174 | 174 | } |
175 | 175 | |
176 | 176 | public function getHandlingUser() { |
177 | | - return $this->user; |
| 177 | + return $this->user; |
178 | 178 | } |
179 | 179 | |
180 | 180 | public function getHandlingComment() { |
181 | | - return $this->comment; |
| 181 | + return $this->comment; |
182 | 182 | } |
183 | 183 | |
184 | 184 | public function insertOn() { |