ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ( )

◆ getCity()

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

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

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

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

◆ getCountry()

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

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

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

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

◆ getDepartment()

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

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

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

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

◆ getEmail()

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

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

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

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

◆ getFirstname()

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

◆ getGender()

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

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

119 : string
120 {
121 return $this->gender;
122 }

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

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

+ Here is the caller graph for this function:

◆ getHobby()

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

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

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

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

◆ getInstitution()

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

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

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

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

◆ getLastname()

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

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

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

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

◆ getLogin()

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

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

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

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

◆ getMatriculation()

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

◆ getSecondEmail()

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

◆ getSelCountry()

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

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

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

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

◆ getStreet()

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

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

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

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

◆ getTitle()

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

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

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

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

◆ getUsrId()

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

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

49 : int
50 {
51 return $this->usr_id;
52 }

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

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

+ Here is the caller graph for this function:

◆ getZipcode()

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

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

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

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

◆ returnIlUserObj()

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

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

229 : ilObjUser
230 {
231 return new ilObjUser($this->usr_id);
232 }
User class.

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

+ 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.

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

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

◆ setCity()

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

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

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

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

◆ setCountry()

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

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

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

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

◆ setDepartment()

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

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

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

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

◆ setEmail()

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

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

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

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

◆ setFirstname()

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

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

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

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

◆ setGender()

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

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

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

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

◆ setHobby()

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

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

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

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

◆ setInstitution()

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

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

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

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

◆ setLastname()

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

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

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

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

◆ setLogin()

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

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

74 : void
75 {
76 $this->login = $login;
77 }

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

+ 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.

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

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

◆ setSecondEmail()

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

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

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

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

◆ setSelCountry()

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

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

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

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

◆ setStreet()

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

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

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

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

◆ setTitle()

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

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

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

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

◆ setUsrId()

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

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

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

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

◆ setZipcode()

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

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

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

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

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: