ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilMStListUser Class Reference

Class ilMStListUser. More...

+ Collaboration diagram for ilMStListUser:

Public Member Functions

 getUsrId ()
 
 setUsrId ($usr_id)
 
 getTimeLimitOwner ()
 
 setTimeLimitOwner ($time_limit_owner)
 
 getActive ()
 
 setActive ($active)
 
 getLogin ()
 
 setLogin ($login)
 
 getFirstname ()
 
 setFirstname ($firstname)
 
 getLastname ()
 
 setLastname ($lastname)
 
 getEmail ()
 
 setEmail ($email)
 
 getPhone ()
 
 setPhone ($phone)
 
 getMobilePhone ()
 
 setMobilePhone ($mobile_phone)
 
 getGender ()
 
 setGender ($gender)
 
 getTitle ()
 
 setTitle ($title)
 
 getHobby ()
 
 setHobby ($hobby)
 
 getInstitution ()
 
 setInstitution ($institution)
 
 getDepartment ()
 
 setDepartment ($department)
 
 getStreet ()
 
 setStreet ($street)
 
 getZipcode ()
 
 setZipcode ($zipcode)
 
 getCity ()
 
 setCity ($city)
 
 getCountry ()
 
 setCountry ($country)
 
 getSelCountry ()
 
 setSelCountry ($sel_country)
 
 getMatriculation ()
 
 setMatriculation ($matriculation)
 
 returnIlUserObj ()
 

Protected Attributes

 $usr_id
 
 $gender
 
 $time_limit_owner
 
 $active
 
 $login
 
 $title
 
 $hobby
 
 $institution
 
 $department
 
 $street
 
 $zipcode
 
 $city
 
 $country
 
 $sel_country
 
 $matriculation
 
 $firstname
 
 $lastname
 
 $email
 
 $phone
 
 $mobile_phone
 
 $il_user_obj
 

Detailed Description

Member Function Documentation

◆ getActive()

ilMStListUser::getActive ( )
Returns
int

Definition at line 136 of file class.ilMStListUser.php.

References $active.

137  {
138  return $this->active;
139  }

◆ getCity()

ilMStListUser::getCity ( )
Returns
string

Definition at line 388 of file class.ilMStListUser.php.

References $city.

389  {
390  return $this->city;
391  }

◆ getCountry()

ilMStListUser::getCountry ( )
Returns
string

Definition at line 406 of file class.ilMStListUser.php.

References $country.

407  {
408  return $this->country;
409  }

◆ getDepartment()

ilMStListUser::getDepartment ( )
Returns
string

Definition at line 334 of file class.ilMStListUser.php.

References $department.

335  {
336  return $this->department;
337  }

◆ getEmail()

ilMStListUser::getEmail ( )
Returns
string

Definition at line 208 of file class.ilMStListUser.php.

References $email.

209  {
210  return $this->email;
211  }

◆ getFirstname()

ilMStListUser::getFirstname ( )
Returns
string

Definition at line 172 of file class.ilMStListUser.php.

References $firstname.

173  {
174  return $this->firstname;
175  }

◆ getGender()

ilMStListUser::getGender ( )
Returns
int

Definition at line 262 of file class.ilMStListUser.php.

References $gender.

Referenced by ilMStListUsersTableGUI\getFieldValuesForExport().

263  {
264  return $this->gender;
265  }
+ Here is the caller graph for this function:

◆ getHobby()

ilMStListUser::getHobby ( )
Returns
string

Definition at line 298 of file class.ilMStListUser.php.

References $hobby.

299  {
300  return $this->hobby;
301  }

◆ getInstitution()

ilMStListUser::getInstitution ( )
Returns
string

Definition at line 316 of file class.ilMStListUser.php.

References $institution.

317  {
318  return $this->institution;
319  }

◆ getLastname()

ilMStListUser::getLastname ( )
Returns
string

Definition at line 190 of file class.ilMStListUser.php.

References $lastname.

191  {
192  return $this->lastname;
193  }

◆ getLogin()

ilMStListUser::getLogin ( )
Returns
string

Definition at line 154 of file class.ilMStListUser.php.

References $login.

155  {
156  return $this->login;
157  }

◆ getMatriculation()

ilMStListUser::getMatriculation ( )
Returns
string

Definition at line 442 of file class.ilMStListUser.php.

References $matriculation.

443  {
444  return $this->matriculation;
445  }

◆ getMobilePhone()

ilMStListUser::getMobilePhone ( )
Returns
string

Definition at line 244 of file class.ilMStListUser.php.

References $mobile_phone.

245  {
246  return $this->mobile_phone;
247  }

◆ getPhone()

ilMStListUser::getPhone ( )
Returns
string

Definition at line 226 of file class.ilMStListUser.php.

References $phone.

227  {
228  return $this->phone;
229  }

◆ getSelCountry()

ilMStListUser::getSelCountry ( )
Returns
string

Definition at line 424 of file class.ilMStListUser.php.

References $sel_country.

425  {
426  return $this->sel_country;
427  }

◆ getStreet()

ilMStListUser::getStreet ( )
Returns
string

Definition at line 352 of file class.ilMStListUser.php.

References $street.

353  {
354  return $this->street;
355  }

◆ getTimeLimitOwner()

ilMStListUser::getTimeLimitOwner ( )
Returns
int

Definition at line 118 of file class.ilMStListUser.php.

References $time_limit_owner.

119  {
121  }

◆ getTitle()

ilMStListUser::getTitle ( )
Returns
string

Definition at line 280 of file class.ilMStListUser.php.

References $title.

281  {
282  return $this->title;
283  }

◆ getUsrId()

ilMStListUser::getUsrId ( )
Returns
int

Definition at line 100 of file class.ilMStListUser.php.

References $usr_id.

Referenced by ilMStListUsersTableGUI\getFieldValuesForExport().

101  {
102  return $this->usr_id;
103  }
+ Here is the caller graph for this function:

◆ getZipcode()

ilMStListUser::getZipcode ( )
Returns
string

Definition at line 370 of file class.ilMStListUser.php.

References $zipcode.

371  {
372  return $this->zipcode;
373  }

◆ returnIlUserObj()

ilMStListUser::returnIlUserObj ( )
Returns
ilObjUser

Definition at line 460 of file class.ilMStListUser.php.

Referenced by ilMStListUsersTableGUI\getFieldValuesForExport().

461  {
462  $il_obj_user = new ilObjUser($this->usr_id);
463 
464  return $il_obj_user;
465  }
+ Here is the caller graph for this function:

◆ setActive()

ilMStListUser::setActive (   $active)
Parameters
int$active

Definition at line 145 of file class.ilMStListUser.php.

References $active.

146  {
147  $this->active = $active;
148  }

◆ setCity()

ilMStListUser::setCity (   $city)
Parameters
string$city

Definition at line 397 of file class.ilMStListUser.php.

References $city.

398  {
399  $this->city = $city;
400  }

◆ setCountry()

ilMStListUser::setCountry (   $country)
Parameters
string$country

Definition at line 415 of file class.ilMStListUser.php.

References $country.

416  {
417  $this->country = $country;
418  }

◆ setDepartment()

ilMStListUser::setDepartment (   $department)
Parameters
string$department

Definition at line 343 of file class.ilMStListUser.php.

References $department.

344  {
345  $this->department = $department;
346  }

◆ setEmail()

ilMStListUser::setEmail (   $email)
Parameters
string$email

Definition at line 217 of file class.ilMStListUser.php.

References $email.

218  {
219  $this->email = $email;
220  }

◆ setFirstname()

ilMStListUser::setFirstname (   $firstname)
Parameters
string$firstname

Definition at line 181 of file class.ilMStListUser.php.

References $firstname.

182  {
183  $this->firstname = $firstname;
184  }

◆ setGender()

ilMStListUser::setGender (   $gender)
Parameters
int$gender

Definition at line 271 of file class.ilMStListUser.php.

References $gender.

272  {
273  $this->gender = $gender;
274  }

◆ setHobby()

ilMStListUser::setHobby (   $hobby)
Parameters
string$hobby

Definition at line 307 of file class.ilMStListUser.php.

References $hobby.

308  {
309  $this->hobby = $hobby;
310  }

◆ setInstitution()

ilMStListUser::setInstitution (   $institution)
Parameters
string$institution

Definition at line 325 of file class.ilMStListUser.php.

References $institution.

326  {
327  $this->institution = $institution;
328  }

◆ setLastname()

ilMStListUser::setLastname (   $lastname)
Parameters
string$lastname

Definition at line 199 of file class.ilMStListUser.php.

References $lastname.

200  {
201  $this->lastname = $lastname;
202  }

◆ setLogin()

ilMStListUser::setLogin (   $login)
Parameters
string$login

Definition at line 163 of file class.ilMStListUser.php.

References $login.

164  {
165  $this->login = $login;
166  }

◆ setMatriculation()

ilMStListUser::setMatriculation (   $matriculation)
Parameters
string$matriculation

Definition at line 451 of file class.ilMStListUser.php.

References $matriculation.

452  {
453  $this->matriculation = $matriculation;
454  }

◆ setMobilePhone()

ilMStListUser::setMobilePhone (   $mobile_phone)
Parameters
string$mobile_phone

Definition at line 253 of file class.ilMStListUser.php.

References $mobile_phone.

254  {
255  $this->mobile_phone = $mobile_phone;
256  }

◆ setPhone()

ilMStListUser::setPhone (   $phone)
Parameters
string$phone

Definition at line 235 of file class.ilMStListUser.php.

References $phone.

236  {
237  $this->phone = $phone;
238  }

◆ setSelCountry()

ilMStListUser::setSelCountry (   $sel_country)
Parameters
string$sel_country

Definition at line 433 of file class.ilMStListUser.php.

References $sel_country.

434  {
435  $this->sel_country = $sel_country;
436  }

◆ setStreet()

ilMStListUser::setStreet (   $street)
Parameters
string$street

Definition at line 361 of file class.ilMStListUser.php.

References $street.

362  {
363  $this->street = $street;
364  }

◆ setTimeLimitOwner()

ilMStListUser::setTimeLimitOwner (   $time_limit_owner)
Parameters
int$time_limit_owner

Definition at line 127 of file class.ilMStListUser.php.

References $time_limit_owner.

128  {
129  $this->time_limit_owner = $time_limit_owner;
130  }

◆ setTitle()

ilMStListUser::setTitle (   $title)
Parameters
string$title

Definition at line 289 of file class.ilMStListUser.php.

References $title.

290  {
291  $this->title = $title;
292  }

◆ setUsrId()

ilMStListUser::setUsrId (   $usr_id)
Parameters
int$usr_id

Definition at line 109 of file class.ilMStListUser.php.

References $usr_id.

110  {
111  $this->usr_id = $usr_id;
112  }

◆ setZipcode()

ilMStListUser::setZipcode (   $zipcode)
Parameters
string$zipcode

Definition at line 379 of file class.ilMStListUser.php.

References $zipcode.

380  {
381  $this->zipcode = $zipcode;
382  }

Field Documentation

◆ $active

ilMStListUser::$active
protected

Definition at line 26 of file class.ilMStListUser.php.

Referenced by getActive(), and setActive().

◆ $city

ilMStListUser::$city
protected

Definition at line 58 of file class.ilMStListUser.php.

Referenced by getCity(), and setCity().

◆ $country

ilMStListUser::$country
protected

Definition at line 62 of file class.ilMStListUser.php.

Referenced by getCountry(), and setCountry().

◆ $department

ilMStListUser::$department
protected

Definition at line 46 of file class.ilMStListUser.php.

Referenced by getDepartment(), and setDepartment().

◆ $email

ilMStListUser::$email
protected

Definition at line 82 of file class.ilMStListUser.php.

Referenced by getEmail(), and setEmail().

◆ $firstname

ilMStListUser::$firstname
protected

Definition at line 74 of file class.ilMStListUser.php.

Referenced by getFirstname(), and setFirstname().

◆ $gender

ilMStListUser::$gender
protected

Definition at line 18 of file class.ilMStListUser.php.

Referenced by getGender(), and setGender().

◆ $hobby

ilMStListUser::$hobby
protected

Definition at line 38 of file class.ilMStListUser.php.

Referenced by getHobby(), and setHobby().

◆ $il_user_obj

ilMStListUser::$il_user_obj
protected

Definition at line 94 of file class.ilMStListUser.php.

◆ $institution

ilMStListUser::$institution
protected

Definition at line 42 of file class.ilMStListUser.php.

Referenced by getInstitution(), and setInstitution().

◆ $lastname

ilMStListUser::$lastname
protected

Definition at line 78 of file class.ilMStListUser.php.

Referenced by getLastname(), and setLastname().

◆ $login

ilMStListUser::$login
protected

Definition at line 30 of file class.ilMStListUser.php.

Referenced by getLogin(), and setLogin().

◆ $matriculation

ilMStListUser::$matriculation
protected

Definition at line 70 of file class.ilMStListUser.php.

Referenced by getMatriculation(), and setMatriculation().

◆ $mobile_phone

ilMStListUser::$mobile_phone
protected

Definition at line 90 of file class.ilMStListUser.php.

Referenced by getMobilePhone(), and setMobilePhone().

◆ $phone

ilMStListUser::$phone
protected

Definition at line 86 of file class.ilMStListUser.php.

Referenced by getPhone(), and setPhone().

◆ $sel_country

ilMStListUser::$sel_country
protected

Definition at line 66 of file class.ilMStListUser.php.

Referenced by getSelCountry(), and setSelCountry().

◆ $street

ilMStListUser::$street
protected

Definition at line 50 of file class.ilMStListUser.php.

Referenced by getStreet(), and setStreet().

◆ $time_limit_owner

ilMStListUser::$time_limit_owner
protected

Definition at line 22 of file class.ilMStListUser.php.

Referenced by getTimeLimitOwner(), and setTimeLimitOwner().

◆ $title

ilMStListUser::$title
protected

Definition at line 34 of file class.ilMStListUser.php.

Referenced by getTitle(), and setTitle().

◆ $usr_id

ilMStListUser::$usr_id
protected

Definition at line 14 of file class.ilMStListUser.php.

Referenced by getUsrId(), and setUsrId().

◆ $zipcode

ilMStListUser::$zipcode
protected

Definition at line 54 of file class.ilMStListUser.php.

Referenced by getZipcode(), and setZipcode().


The documentation for this class was generated from the following file: