ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MyStaff\ListUsers\ilMStListUser Class Reference

Class ilMStListUser. More...

+ Collaboration diagram for ILIAS\MyStaff\ListUsers\ilMStListUser:

Public Member Functions

 getUsrId ()
 
 setUsrId (int $usr_id)
 
 getActive ()
 
 setActive (int $active)
 
 getLogin ()
 
 setLogin (string $login)
 
 getFirstname ()
 
 setFirstname (string $firstname)
 
 getLastname ()
 
 setLastname (string $lastname)
 
 getEmail ()
 
 setEmail (string $email)
 
 getSecondEmail ()
 
 setSecondEmail (string $second_email)
 
 getGender ()
 
 setGender (string $gender)
 
 getTitle ()
 
 setTitle (string $title)
 
 getHobby ()
 
 setHobby (string $hobby)
 
 getInstitution ()
 
 setInstitution (string $institution)
 
 getDepartment ()
 
 setDepartment (string $department)
 
 getStreet ()
 
 setStreet (string $street)
 
 getZipcode ()
 
 setZipcode (string $zipcode)
 
 getCity ()
 
 setCity (string $city)
 
 getCountry ()
 
 setCountry (string $country)
 
 getSelCountry ()
 
 setSelCountry (string $sel_country)
 
 getMatriculation ()
 
 setMatriculation (string $matriculation)
 
 returnIlUserObj ()
 

Private Attributes

int $usr_id
 
string $gender
 
int $active
 
string $login
 
string $title
 
string $hobby
 
string $institution
 
string $department
 
string $street
 
string $zipcode
 
string $city
 
string $country
 
string $sel_country
 
string $matriculation
 
string $firstname
 
string $lastname
 
string $email
 
string $second_email
 

Detailed Description

Member Function Documentation

◆ getActive()

ILIAS\MyStaff\ListUsers\ilMStListUser::getActive ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$active.

59  : int
60  {
61  return $this->active;
62  }

◆ getCity()

ILIAS\MyStaff\ListUsers\ilMStListUser::getCity ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$city.

189  : string
190  {
191  return $this->city;
192  }

◆ getCountry()

ILIAS\MyStaff\ListUsers\ilMStListUser::getCountry ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$country.

199  : string
200  {
201  return $this->country;
202  }

◆ getDepartment()

ILIAS\MyStaff\ListUsers\ilMStListUser::getDepartment ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$department.

159  : string
160  {
161  return $this->department;
162  }

◆ getEmail()

ILIAS\MyStaff\ListUsers\ilMStListUser::getEmail ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$email.

99  : string
100  {
101  return $this->email;
102  }

◆ getFirstname()

ILIAS\MyStaff\ListUsers\ilMStListUser::getFirstname ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$firstname.

79  : string
80  {
81  return $this->firstname;
82  }

◆ getGender()

ILIAS\MyStaff\ListUsers\ilMStListUser::getGender ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$gender.

Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\getFieldValuesForExport().

119  : string
120  {
121  return $this->gender;
122  }
+ Here is the caller graph for this function:

◆ getHobby()

ILIAS\MyStaff\ListUsers\ilMStListUser::getHobby ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$hobby.

139  : string
140  {
141  return $this->hobby;
142  }

◆ getInstitution()

ILIAS\MyStaff\ListUsers\ilMStListUser::getInstitution ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$institution.

149  : string
150  {
151  return $this->institution;
152  }

◆ getLastname()

ILIAS\MyStaff\ListUsers\ilMStListUser::getLastname ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$lastname.

89  : string
90  {
91  return $this->lastname;
92  }

◆ getLogin()

ILIAS\MyStaff\ListUsers\ilMStListUser::getLogin ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$login.

69  : string
70  {
71  return $this->login;
72  }

◆ getMatriculation()

ILIAS\MyStaff\ListUsers\ilMStListUser::getMatriculation ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$matriculation.

219  : string
220  {
221  return $this->matriculation;
222  }

◆ getSecondEmail()

ILIAS\MyStaff\ListUsers\ilMStListUser::getSecondEmail ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$second_email.

109  : string
110  {
111  return $this->second_email;
112  }

◆ getSelCountry()

ILIAS\MyStaff\ListUsers\ilMStListUser::getSelCountry ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$sel_country.

209  : string
210  {
211  return $this->sel_country;
212  }

◆ getStreet()

ILIAS\MyStaff\ListUsers\ilMStListUser::getStreet ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$street.

169  : string
170  {
171  return $this->street;
172  }

◆ getTitle()

ILIAS\MyStaff\ListUsers\ilMStListUser::getTitle ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$title.

129  : string
130  {
131  return $this->title;
132  }

◆ getUsrId()

ILIAS\MyStaff\ListUsers\ilMStListUser::getUsrId ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$usr_id.

Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\getFieldValuesForExport().

49  : int
50  {
51  return $this->usr_id;
52  }
+ Here is the caller graph for this function:

◆ getZipcode()

ILIAS\MyStaff\ListUsers\ilMStListUser::getZipcode ( )

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$zipcode.

179  : string
180  {
181  return $this->zipcode;
182  }

◆ returnIlUserObj()

ILIAS\MyStaff\ListUsers\ilMStListUser::returnIlUserObj ( )

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

Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\getFieldValuesForExport().

229  : ilObjUser
230  {
231  return new ilObjUser($this->usr_id);
232  }
+ Here is the caller graph for this function:

◆ setActive()

ILIAS\MyStaff\ListUsers\ilMStListUser::setActive ( int  $active)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$active.

64  : void
65  {
66  $this->active = $active;
67  }

◆ setCity()

ILIAS\MyStaff\ListUsers\ilMStListUser::setCity ( string  $city)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$city.

194  : void
195  {
196  $this->city = $city;
197  }

◆ setCountry()

ILIAS\MyStaff\ListUsers\ilMStListUser::setCountry ( string  $country)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$country.

204  : void
205  {
206  $this->country = $country;
207  }

◆ setDepartment()

ILIAS\MyStaff\ListUsers\ilMStListUser::setDepartment ( string  $department)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$department.

164  : void
165  {
166  $this->department = $department;
167  }

◆ setEmail()

ILIAS\MyStaff\ListUsers\ilMStListUser::setEmail ( string  $email)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$email.

104  : void
105  {
106  $this->email = $email;
107  }

◆ setFirstname()

ILIAS\MyStaff\ListUsers\ilMStListUser::setFirstname ( string  $firstname)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$firstname.

84  : void
85  {
86  $this->firstname = $firstname;
87  }

◆ setGender()

ILIAS\MyStaff\ListUsers\ilMStListUser::setGender ( string  $gender)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$gender.

124  : void
125  {
126  $this->gender = $gender;
127  }

◆ setHobby()

ILIAS\MyStaff\ListUsers\ilMStListUser::setHobby ( string  $hobby)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$hobby.

144  : void
145  {
146  $this->hobby = $hobby;
147  }

◆ setInstitution()

ILIAS\MyStaff\ListUsers\ilMStListUser::setInstitution ( string  $institution)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$institution.

154  : void
155  {
156  $this->institution = $institution;
157  }

◆ setLastname()

ILIAS\MyStaff\ListUsers\ilMStListUser::setLastname ( string  $lastname)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$lastname.

94  : void
95  {
96  $this->lastname = $lastname;
97  }

◆ setLogin()

ILIAS\MyStaff\ListUsers\ilMStListUser::setLogin ( string  $login)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$login, and ILIAS\UI\examples\Symbol\Glyph\Login\login().

74  : void
75  {
76  $this->login = $login;
77  }
login()
description: > Example for rendring a login glyph.
Definition: login.php:41
+ Here is the call graph for this function:

◆ setMatriculation()

ILIAS\MyStaff\ListUsers\ilMStListUser::setMatriculation ( string  $matriculation)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$matriculation.

224  : void
225  {
226  $this->matriculation = $matriculation;
227  }

◆ setSecondEmail()

ILIAS\MyStaff\ListUsers\ilMStListUser::setSecondEmail ( string  $second_email)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$second_email.

114  : void
115  {
116  $this->second_email = $second_email;
117  }

◆ setSelCountry()

ILIAS\MyStaff\ListUsers\ilMStListUser::setSelCountry ( string  $sel_country)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$sel_country.

214  : void
215  {
216  $this->sel_country = $sel_country;
217  }

◆ setStreet()

ILIAS\MyStaff\ListUsers\ilMStListUser::setStreet ( string  $street)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$street.

174  : void
175  {
176  $this->street = $street;
177  }

◆ setTitle()

ILIAS\MyStaff\ListUsers\ilMStListUser::setTitle ( string  $title)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$title.

134  : void
135  {
136  $this->title = $title;
137  }

◆ setUsrId()

ILIAS\MyStaff\ListUsers\ilMStListUser::setUsrId ( int  $usr_id)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$usr_id.

54  : void
55  {
56  $this->usr_id = $usr_id;
57  }

◆ setZipcode()

ILIAS\MyStaff\ListUsers\ilMStListUser::setZipcode ( string  $zipcode)

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

References ILIAS\MyStaff\ListUsers\ilMStListUser\$zipcode.

184  : void
185  {
186  $this->zipcode = $zipcode;
187  }

Field Documentation

◆ $active

int ILIAS\MyStaff\ListUsers\ilMStListUser::$active
private

◆ $city

string ILIAS\MyStaff\ListUsers\ilMStListUser::$city
private

◆ $country

string ILIAS\MyStaff\ListUsers\ilMStListUser::$country
private

◆ $department

string ILIAS\MyStaff\ListUsers\ilMStListUser::$department
private

◆ $email

string ILIAS\MyStaff\ListUsers\ilMStListUser::$email
private

◆ $firstname

string ILIAS\MyStaff\ListUsers\ilMStListUser::$firstname
private

◆ $gender

string ILIAS\MyStaff\ListUsers\ilMStListUser::$gender
private

◆ $hobby

string ILIAS\MyStaff\ListUsers\ilMStListUser::$hobby
private

◆ $institution

string ILIAS\MyStaff\ListUsers\ilMStListUser::$institution
private

◆ $lastname

string ILIAS\MyStaff\ListUsers\ilMStListUser::$lastname
private

◆ $login

string ILIAS\MyStaff\ListUsers\ilMStListUser::$login
private

◆ $matriculation

string ILIAS\MyStaff\ListUsers\ilMStListUser::$matriculation
private

◆ $second_email

string ILIAS\MyStaff\ListUsers\ilMStListUser::$second_email
private

◆ $sel_country

string ILIAS\MyStaff\ListUsers\ilMStListUser::$sel_country
private

◆ $street

string ILIAS\MyStaff\ListUsers\ilMStListUser::$street
private

◆ $title

string ILIAS\MyStaff\ListUsers\ilMStListUser::$title
private

◆ $usr_id

int ILIAS\MyStaff\ListUsers\ilMStListUser::$usr_id
private

◆ $zipcode

string ILIAS\MyStaff\ListUsers\ilMStListUser::$zipcode
private

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