ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilMStListUser.php
Go to the documentation of this file.
1<?php
2
9{
10
14 protected $usr_id;
18 protected $gender;
26 protected $active;
30 protected $login;
34 protected $title;
38 protected $hobby;
42 protected $institution;
46 protected $department;
50 protected $street;
54 protected $zipcode;
58 protected $city;
62 protected $country;
66 protected $sel_country;
70 protected $matriculation;
74 protected $firstname;
78 protected $lastname;
82 protected $email;
86 protected $phone;
90 protected $mobile_phone;
94 protected $il_user_obj;
95
96
100 public function getUsrId()
101 {
102 return $this->usr_id;
103 }
104
105
109 public function setUsrId($usr_id)
110 {
111 $this->usr_id = $usr_id;
112 }
113
114
118 public function getTimeLimitOwner()
119 {
121 }
122
123
128 {
129 $this->time_limit_owner = $time_limit_owner;
130 }
131
132
136 public function getActive()
137 {
138 return $this->active;
139 }
140
141
145 public function setActive($active)
146 {
147 $this->active = $active;
148 }
149
150
154 public function getLogin()
155 {
156 return $this->login;
157 }
158
159
163 public function setLogin($login)
164 {
165 $this->login = $login;
166 }
167
168
172 public function getFirstname()
173 {
174 return $this->firstname;
175 }
176
177
181 public function setFirstname($firstname)
182 {
183 $this->firstname = $firstname;
184 }
185
186
190 public function getLastname()
191 {
192 return $this->lastname;
193 }
194
195
199 public function setLastname($lastname)
200 {
201 $this->lastname = $lastname;
202 }
203
204
208 public function getEmail()
209 {
210 return $this->email;
211 }
212
213
217 public function setEmail($email)
218 {
219 $this->email = $email;
220 }
221
222
226 public function getPhone()
227 {
228 return $this->phone;
229 }
230
231
235 public function setPhone($phone)
236 {
237 $this->phone = $phone;
238 }
239
240
244 public function getMobilePhone()
245 {
246 return $this->mobile_phone;
247 }
248
249
254 {
255 $this->mobile_phone = $mobile_phone;
256 }
257
258
262 public function getGender()
263 {
264 return $this->gender;
265 }
266
267
271 public function setGender($gender)
272 {
273 $this->gender = $gender;
274 }
275
276
280 public function getTitle()
281 {
282 return $this->title;
283 }
284
285
289 public function setTitle($title)
290 {
291 $this->title = $title;
292 }
293
294
298 public function getHobby()
299 {
300 return $this->hobby;
301 }
302
303
307 public function setHobby($hobby)
308 {
309 $this->hobby = $hobby;
310 }
311
312
316 public function getInstitution()
317 {
318 return $this->institution;
319 }
320
321
326 {
327 $this->institution = $institution;
328 }
329
330
334 public function getDepartment()
335 {
336 return $this->department;
337 }
338
339
343 public function setDepartment($department)
344 {
345 $this->department = $department;
346 }
347
348
352 public function getStreet()
353 {
354 return $this->street;
355 }
356
357
361 public function setStreet($street)
362 {
363 $this->street = $street;
364 }
365
366
370 public function getZipcode()
371 {
372 return $this->zipcode;
373 }
374
375
379 public function setZipcode($zipcode)
380 {
381 $this->zipcode = $zipcode;
382 }
383
384
388 public function getCity()
389 {
390 return $this->city;
391 }
392
393
397 public function setCity($city)
398 {
399 $this->city = $city;
400 }
401
402
406 public function getCountry()
407 {
408 return $this->country;
409 }
410
411
415 public function setCountry($country)
416 {
417 $this->country = $country;
418 }
419
420
424 public function getSelCountry()
425 {
426 return $this->sel_country;
427 }
428
429
434 {
435 $this->sel_country = $sel_country;
436 }
437
438
442 public function getMatriculation()
443 {
445 }
446
447
452 {
453 $this->matriculation = $matriculation;
454 }
455
456
460 public function returnIlUserObj()
461 {
462 $il_obj_user = new ilObjUser($this->usr_id);
463
464 return $il_obj_user;
465 }
466}
An exception for terminatinating execution or to throw for unit testing.
Class ilMStListUser.
setDepartment($department)
setSelCountry($sel_country)
setTimeLimitOwner($time_limit_owner)
setMobilePhone($mobile_phone)
setMatriculation($matriculation)
setFirstname($firstname)
setInstitution($institution)