ILIAS  release_8 Revision v8.24
shibConfig Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for shibConfig:
+ Collaboration diagram for shibConfig:

Public Member Functions

 getValueByKey (string $key)
 
 setCity (string $city)
 
 getCity ()
 
 setCountry (string $country)
 
 getCountry ()
 
 setDataConv (string $data_conv)
 
 getDataConv ()
 
 setDepartment (string $department)
 
 getDepartment ()
 
 setEmail (string $email)
 
 getEmail ()
 
 setFax (string $fax)
 
 getFax ()
 
 setFirstname (string $firstname)
 
 getFirstname ()
 
 setGender (string $gender)
 
 getGender ()
 
 setHobby (string $hobby)
 
 getHobby ()
 
 setInstitution (string $institution)
 
 getInstitution ()
 
 setLanguage (string $language)
 
 getLanguage ()
 
 setLastname (string $lastname)
 
 getLastname ()
 
 setLogin (string $login)
 
 getLogin ()
 
 setMatriculation (string $matriculation)
 
 getMatriculation ()
 
 setPhoneHome (string $phone_home)
 
 getPhoneHome ()
 
 setPhoneMobile (string $phone_mobile)
 
 getPhoneMobile ()
 
 setPhoneOffice (string $phone_office)
 
 getPhoneOffice ()
 
 setStreet (string $street)
 
 getStreet ()
 
 setTitle (string $title)
 
 getTitle ()
 
 setUpdateCity (bool $update_city)
 
 getUpdateCity ()
 
 setUpdateCountry (bool $update_country)
 
 getUpdateCountry ()
 
 setUpdateDataConv (bool $update_data_conv)
 
 getUpdateDataConv ()
 
 setUpdateDepartment (bool $update_department)
 
 getUpdateDepartment ()
 
 setUpdateEmail (bool $update_email)
 
 getUpdateEmail ()
 
 setUpdateFax (bool $update_fax)
 
 getUpdateFax ()
 
 setUpdateGender (bool $update_gender)
 
 getUpdateGender ()
 
 setUpdateHobby (bool $update_hobby)
 
 getUpdateHobby ()
 
 setUpdateInstitution (bool $update_institution)
 
 getUpdateInstitution ()
 
 setUpdateLanguage (bool $update_language)
 
 getUpdateLanguage ()
 
 setUpdateLogin (bool $update_login)
 
 getUpdateLogin ()
 
 setUpdateMatriculation (bool $update_matriculation)
 
 getUpdateMatriculation ()
 
 setUpdatePhoneHome (bool $update_phone_home)
 
 getUpdatePhoneHome ()
 
 setUpdatePhoneMobile (bool $update_phone_mobile)
 
 getUpdatePhoneMobile ()
 
 setUpdatePhoneOffice (bool $update_phone_office)
 
 getUpdatePhoneOffice ()
 
 setUpdateStreet (bool $update_street)
 
 getUpdateStreet ()
 
 setUpdateTitle (bool $update_title)
 
 getUpdateTitle ()
 
 setUpdateZipcode (bool $update_zipcode)
 
 getUpdateZipcode ()
 
 setZipcode (string $zipcode)
 
 getZipcode ()
 
 setUserDefaultRole (int $user_default_role)
 
 getUserDefaultRole ()
 
 setUpdateFirstname (bool $update_firstname)
 
 getUpdateFirstname ()
 
 setUpdateLastname (bool $update_lastname)
 
 getUpdateLastname ()
 
 isActivateNew ()
 
 setActivateNew (bool $activate_new)
 

Static Public Member Functions

static getInstance ()
 

Protected Attributes

string $firstname = ''
 
bool $update_firstname = false
 
string $lastname = ''
 
bool $update_lastname = false
 
string $gender = ''
 
bool $update_gender = false
 
string $login = ''
 
bool $update_login = false
 
string $title = ''
 
bool $update_title = false
 
string $institution = ''
 
bool $update_institution = false
 
string $department = ''
 
bool $update_department = false
 
string $street = ''
 
bool $update_street = false
 
string $city = ''
 
bool $update_city = false
 
string $zipcode = ''
 
bool $update_zipcode = false
 
string $country = ''
 
bool $update_country = false
 
string $phone_office = ''
 
bool $update_phone_office = false
 
string $phone_home = ''
 
bool $update_phone_home = false
 
string $phone_mobile = ''
 
bool $update_phone_mobile = false
 
string $fax = ''
 
bool $update_fax = false
 
string $matriculation = ''
 
bool $update_matriculation = false
 
string $email = ''
 
bool $update_email = false
 
string $hobby = ''
 
bool $update_hobby = false
 
string $language = ''
 
bool $update_language = false
 
string $data_conv = ''
 
bool $update_data_conv = false
 
string $user_default_role = '4'
 
bool $activate_new = false
 

Static Protected Attributes

static shibConfig $cache = null
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class shibConfig

Deprecated:
Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 24 of file class.shibConfig.php.

Member Function Documentation

◆ getCity()

shibConfig::getCity ( )

Definition at line 110 of file class.shibConfig.php.

110 : string
111 {
112 return $this->city;
113 }

References $city.

◆ getCountry()

shibConfig::getCountry ( )

Definition at line 120 of file class.shibConfig.php.

120 : string
121 {
122 return $this->country;
123 }

References $country.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )

Definition at line 130 of file class.shibConfig.php.

130 : string
131 {
132 return $this->data_conv;
133 }

References $data_conv.

◆ getDepartment()

shibConfig::getDepartment ( )

Definition at line 140 of file class.shibConfig.php.

140 : string
141 {
142 return $this->department;
143 }
string $department

References $department.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )

Definition at line 150 of file class.shibConfig.php.

150 : string
151 {
152 return explode(';', $this->email)[0];
153 }

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )

Definition at line 160 of file class.shibConfig.php.

160 : string
161 {
162 return $this->fax;
163 }

References $fax.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )

Definition at line 170 of file class.shibConfig.php.

170 : string
171 {
172 return $this->firstname;
173 }

References $firstname.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getGender()

shibConfig::getGender ( )

Definition at line 180 of file class.shibConfig.php.

180 : string
181 {
182 return $this->gender;
183 }

References $gender.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )

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

190 : string
191 {
192 return $this->hobby;
193 }

References $hobby.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static

Reimplemented in shibServerData.

Definition at line 85 of file class.shibConfig.php.

86 {
87 if (!isset(self::$cache)) {
88 self::$cache = new self();
89 }
90
91 return self::$cache;
92 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static shibConfig $cache

References $cache.

Referenced by shibServerData\__construct(), shibUser\create(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getInstitution()

shibConfig::getInstitution ( )

Definition at line 200 of file class.shibConfig.php.

200 : string
201 {
202 return $this->institution;
203 }
string $institution

References $institution.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )

Definition at line 210 of file class.shibConfig.php.

210 : string
211 {
212 return $this->language;
213 }

References $language.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )

Definition at line 220 of file class.shibConfig.php.

220 : string
221 {
222 return $this->lastname;
223 }

References $lastname.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )

Definition at line 230 of file class.shibConfig.php.

230 : string
231 {
232 return $this->login;
233 }

References $login.

Referenced by shibUser\buildInstance(), and shibUser\createFields().

+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )

Definition at line 240 of file class.shibConfig.php.

240 : string
241 {
243 }
string $matriculation

References $matriculation.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )

Definition at line 250 of file class.shibConfig.php.

250 : string
251 {
252 return $this->phone_home;
253 }
string $phone_home

References $phone_home.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )

Definition at line 260 of file class.shibConfig.php.

260 : string
261 {
262 return $this->phone_mobile;
263 }
string $phone_mobile

References $phone_mobile.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )

Definition at line 270 of file class.shibConfig.php.

270 : string
271 {
272 return $this->phone_office;
273 }
string $phone_office

References $phone_office.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getStreet()

shibConfig::getStreet ( )

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

280 : string
281 {
282 return $this->street;
283 }

References $street.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )

Definition at line 290 of file class.shibConfig.php.

290 : string
291 {
292 return $this->title;
293 }

References $title.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ getUpdateCity()

shibConfig::getUpdateCity ( )

Definition at line 300 of file class.shibConfig.php.

300 : bool
301 {
302 return $this->update_city;
303 }

References $update_city.

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )

Definition at line 310 of file class.shibConfig.php.

310 : bool
311 {
313 }

References $update_country.

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )

Definition at line 320 of file class.shibConfig.php.

320 : bool
321 {
323 }
bool $update_data_conv

References $update_data_conv.

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )

Definition at line 330 of file class.shibConfig.php.

330 : bool
331 {
333 }
bool $update_department

References $update_department.

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )

Definition at line 340 of file class.shibConfig.php.

340 : bool
341 {
342 return $this->update_email;
343 }

References $update_email.

◆ getUpdateFax()

shibConfig::getUpdateFax ( )

Definition at line 350 of file class.shibConfig.php.

350 : bool
351 {
352 return $this->update_fax;
353 }

References $update_fax.

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )

Definition at line 506 of file class.shibConfig.php.

506 : bool
507 {
509 }
bool $update_firstname

References $update_firstname.

◆ getUpdateGender()

shibConfig::getUpdateGender ( )

Definition at line 360 of file class.shibConfig.php.

360 : bool
361 {
363 }

References $update_gender.

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )

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

370 : bool
371 {
372 return $this->update_hobby;
373 }

References $update_hobby.

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )

Definition at line 380 of file class.shibConfig.php.

380 : bool
381 {
383 }
bool $update_institution

References $update_institution.

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )

Definition at line 390 of file class.shibConfig.php.

390 : bool
391 {
393 }

References $update_language.

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )

Definition at line 516 of file class.shibConfig.php.

516 : bool
517 {
519 }

References $update_lastname.

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )

Definition at line 400 of file class.shibConfig.php.

400 : bool
401 {
402 return $this->update_login;
403 }

References $update_login.

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )

Definition at line 410 of file class.shibConfig.php.

410 : bool
411 {
413 }
bool $update_matriculation

References $update_matriculation.

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )

Definition at line 420 of file class.shibConfig.php.

420 : bool
421 {
423 }
bool $update_phone_home

References $update_phone_home.

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )

Definition at line 430 of file class.shibConfig.php.

430 : bool
431 {
433 }
bool $update_phone_mobile

References $update_phone_mobile.

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )

Definition at line 440 of file class.shibConfig.php.

440 : bool
441 {
443 }
bool $update_phone_office

References $update_phone_office.

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )

Definition at line 450 of file class.shibConfig.php.

450 : bool
451 {
453 }

References $update_street.

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

Definition at line 466 of file class.shibConfig.php.

466 : bool
467 {
468 return $this->update_title;
469 }

References $update_title.

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )

Definition at line 476 of file class.shibConfig.php.

476 : bool
477 {
479 }

References $update_zipcode.

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )

Definition at line 496 of file class.shibConfig.php.

496 : int
497 {
499 }
string $user_default_role

References $user_default_role.

◆ getValueByKey()

shibConfig::getValueByKey ( string  $key)
Returns
mixed

Definition at line 97 of file class.shibConfig.php.

98 {
99 if ($key === 'cache') {
100 return null;
101 }
102 return $this->{$key};
103 }
string $key
Consumer key/client ID value.
Definition: System.php:193

References ILIAS\LTI\ToolProvider\$key.

◆ getZipcode()

shibConfig::getZipcode ( )

Definition at line 486 of file class.shibConfig.php.

486 : string
487 {
488 return $this->zipcode;
489 }

References $zipcode.

Referenced by shibUser\createFields(), and shibUser\updateFields().

+ Here is the caller graph for this function:

◆ isActivateNew()

shibConfig::isActivateNew ( )

Definition at line 521 of file class.shibConfig.php.

521 : bool
522 {
523 return $this->activate_new;
524 }

References $activate_new.

◆ setActivateNew()

shibConfig::setActivateNew ( bool  $activate_new)

Definition at line 526 of file class.shibConfig.php.

526 : void
527 {
528 $this->activate_new = $activate_new;
529 }

References $activate_new.

◆ setCity()

shibConfig::setCity ( string  $city)

Definition at line 105 of file class.shibConfig.php.

105 : void
106 {
107 $this->city = $city;
108 }

References $city.

◆ setCountry()

shibConfig::setCountry ( string  $country)

Definition at line 115 of file class.shibConfig.php.

115 : void
116 {
117 $this->country = $country;
118 }

References $country.

◆ setDataConv()

shibConfig::setDataConv ( string  $data_conv)

Definition at line 125 of file class.shibConfig.php.

125 : void
126 {
127 $this->data_conv = $data_conv;
128 }

References $data_conv.

◆ setDepartment()

shibConfig::setDepartment ( string  $department)

Definition at line 135 of file class.shibConfig.php.

135 : void
136 {
137 $this->department = $department;
138 }

References $department.

◆ setEmail()

shibConfig::setEmail ( string  $email)

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

145 : void
146 {
147 $this->email = $email;
148 }

References $email.

◆ setFax()

shibConfig::setFax ( string  $fax)

Definition at line 155 of file class.shibConfig.php.

155 : void
156 {
157 $this->fax = $fax;
158 }

References $fax.

◆ setFirstname()

shibConfig::setFirstname ( string  $firstname)

Definition at line 165 of file class.shibConfig.php.

165 : void
166 {
167 $this->firstname = $firstname;
168 }

References $firstname.

◆ setGender()

shibConfig::setGender ( string  $gender)

Definition at line 175 of file class.shibConfig.php.

175 : void
176 {
177 $this->gender = $gender;
178 }

References $gender.

◆ setHobby()

shibConfig::setHobby ( string  $hobby)

Definition at line 185 of file class.shibConfig.php.

185 : void
186 {
187 $this->hobby = $hobby;
188 }

References $hobby.

◆ setInstitution()

shibConfig::setInstitution ( string  $institution)

Definition at line 195 of file class.shibConfig.php.

195 : void
196 {
197 $this->institution = $institution;
198 }

References $institution.

◆ setLanguage()

shibConfig::setLanguage ( string  $language)

Definition at line 205 of file class.shibConfig.php.

205 : void
206 {
207 $this->language = $language;
208 }

References $language, and ILIAS\UI\examples\Symbol\Glyph\Language\language().

+ Here is the call graph for this function:

◆ setLastname()

shibConfig::setLastname ( string  $lastname)

Definition at line 215 of file class.shibConfig.php.

215 : void
216 {
217 $this->lastname = $lastname;
218 }

References $lastname.

◆ setLogin()

shibConfig::setLogin ( string  $login)

Definition at line 225 of file class.shibConfig.php.

225 : void
226 {
227 $this->login = $login;
228 }

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

+ Here is the call graph for this function:

◆ setMatriculation()

shibConfig::setMatriculation ( string  $matriculation)

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

235 : void
236 {
237 $this->matriculation = $matriculation;
238 }

References $matriculation.

◆ setPhoneHome()

shibConfig::setPhoneHome ( string  $phone_home)

Definition at line 245 of file class.shibConfig.php.

245 : void
246 {
247 $this->phone_home = $phone_home;
248 }

References $phone_home.

◆ setPhoneMobile()

shibConfig::setPhoneMobile ( string  $phone_mobile)

Definition at line 255 of file class.shibConfig.php.

255 : void
256 {
257 $this->phone_mobile = $phone_mobile;
258 }

References $phone_mobile.

◆ setPhoneOffice()

shibConfig::setPhoneOffice ( string  $phone_office)

Definition at line 265 of file class.shibConfig.php.

265 : void
266 {
267 $this->phone_office = $phone_office;
268 }

References $phone_office.

◆ setStreet()

shibConfig::setStreet ( string  $street)

Definition at line 275 of file class.shibConfig.php.

275 : void
276 {
277 $this->street = $street;
278 }

References $street.

◆ setTitle()

shibConfig::setTitle ( string  $title)

Definition at line 285 of file class.shibConfig.php.

285 : void
286 {
287 $this->title = $title;
288 }

References $title.

◆ setUpdateCity()

shibConfig::setUpdateCity ( bool  $update_city)

Definition at line 295 of file class.shibConfig.php.

295 : void
296 {
297 $this->update_city = $update_city;
298 }

References $update_city.

◆ setUpdateCountry()

shibConfig::setUpdateCountry ( bool  $update_country)

Definition at line 305 of file class.shibConfig.php.

305 : void
306 {
307 $this->update_country = $update_country;
308 }

References $update_country.

◆ setUpdateDataConv()

shibConfig::setUpdateDataConv ( bool  $update_data_conv)

Definition at line 315 of file class.shibConfig.php.

315 : void
316 {
317 $this->update_data_conv = $update_data_conv;
318 }

References $update_data_conv.

◆ setUpdateDepartment()

shibConfig::setUpdateDepartment ( bool  $update_department)

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

325 : void
326 {
327 $this->update_department = $update_department;
328 }

References $update_department.

◆ setUpdateEmail()

shibConfig::setUpdateEmail ( bool  $update_email)

Definition at line 335 of file class.shibConfig.php.

335 : void
336 {
337 $this->update_email = $update_email;
338 }

References $update_email.

◆ setUpdateFax()

shibConfig::setUpdateFax ( bool  $update_fax)

Definition at line 345 of file class.shibConfig.php.

345 : void
346 {
347 $this->update_fax = $update_fax;
348 }

References $update_fax.

◆ setUpdateFirstname()

shibConfig::setUpdateFirstname ( bool  $update_firstname)

Definition at line 501 of file class.shibConfig.php.

501 : void
502 {
503 $this->update_firstname = $update_firstname;
504 }

References $update_firstname.

◆ setUpdateGender()

shibConfig::setUpdateGender ( bool  $update_gender)

Definition at line 355 of file class.shibConfig.php.

355 : void
356 {
357 $this->update_gender = $update_gender;
358 }

References $update_gender.

◆ setUpdateHobby()

shibConfig::setUpdateHobby ( bool  $update_hobby)

Definition at line 365 of file class.shibConfig.php.

365 : void
366 {
367 $this->update_hobby = $update_hobby;
368 }

References $update_hobby.

◆ setUpdateInstitution()

shibConfig::setUpdateInstitution ( bool  $update_institution)

Definition at line 375 of file class.shibConfig.php.

375 : void
376 {
377 $this->update_institution = $update_institution;
378 }

References $update_institution.

◆ setUpdateLanguage()

shibConfig::setUpdateLanguage ( bool  $update_language)

Definition at line 385 of file class.shibConfig.php.

385 : void
386 {
387 $this->update_language = $update_language;
388 }

References $update_language.

◆ setUpdateLastname()

shibConfig::setUpdateLastname ( bool  $update_lastname)

Definition at line 511 of file class.shibConfig.php.

511 : void
512 {
513 $this->update_lastname = $update_lastname;
514 }

References $update_lastname.

◆ setUpdateLogin()

shibConfig::setUpdateLogin ( bool  $update_login)

Definition at line 395 of file class.shibConfig.php.

395 : void
396 {
397 $this->update_login = $update_login;
398 }

References $update_login.

◆ setUpdateMatriculation()

shibConfig::setUpdateMatriculation ( bool  $update_matriculation)

Definition at line 405 of file class.shibConfig.php.

405 : void
406 {
407 $this->update_matriculation = $update_matriculation;
408 }

References $update_matriculation.

◆ setUpdatePhoneHome()

shibConfig::setUpdatePhoneHome ( bool  $update_phone_home)

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

415 : void
416 {
417 $this->update_phone_home = $update_phone_home;
418 }

References $update_phone_home.

◆ setUpdatePhoneMobile()

shibConfig::setUpdatePhoneMobile ( bool  $update_phone_mobile)

Definition at line 425 of file class.shibConfig.php.

425 : void
426 {
427 $this->update_phone_mobile = $update_phone_mobile;
428 }

References $update_phone_mobile.

◆ setUpdatePhoneOffice()

shibConfig::setUpdatePhoneOffice ( bool  $update_phone_office)

Definition at line 435 of file class.shibConfig.php.

435 : void
436 {
437 $this->update_phone_office = $update_phone_office;
438 }

References $update_phone_office.

◆ setUpdateStreet()

shibConfig::setUpdateStreet ( bool  $update_street)

Definition at line 445 of file class.shibConfig.php.

445 : void
446 {
447 $this->update_street = $update_street;
448 }

References $update_street.

◆ setUpdateTitle()

shibConfig::setUpdateTitle ( bool  $update_title)
Parameters
mixed$update_title

Definition at line 458 of file class.shibConfig.php.

458 : void
459 {
460 $this->update_title = $update_title;
461 }

References $update_title.

◆ setUpdateZipcode()

shibConfig::setUpdateZipcode ( bool  $update_zipcode)

Definition at line 471 of file class.shibConfig.php.

471 : void
472 {
473 $this->update_zipcode = $update_zipcode;
474 }

References $update_zipcode.

◆ setUserDefaultRole()

shibConfig::setUserDefaultRole ( int  $user_default_role)

Definition at line 491 of file class.shibConfig.php.

491 : void
492 {
493 $this->user_default_role = $user_default_role;
494 }

References $user_default_role.

◆ setZipcode()

shibConfig::setZipcode ( string  $zipcode)

Definition at line 481 of file class.shibConfig.php.

481 : void
482 {
483 $this->zipcode = $zipcode;
484 }

References $zipcode.

Field Documentation

◆ $activate_new

bool shibConfig::$activate_new = false
protected

Definition at line 67 of file class.shibConfig.php.

Referenced by isActivateNew(), and setActivateNew().

◆ $cache

shibConfig shibConfig::$cache = null
staticprotected

Definition at line 68 of file class.shibConfig.php.

Referenced by getInstance().

◆ $city

string shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

string shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

string shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

string shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

string shibConfig::$email = ''
protected

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

Referenced by setEmail().

◆ $fax

string shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

string shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

string shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

string shibConfig::$hobby = ''
protected

Definition at line 60 of file class.shibConfig.php.

Referenced by getHobby(), and setHobby().

◆ $institution

string shibConfig::$institution = ''
protected

Definition at line 36 of file class.shibConfig.php.

Referenced by getInstitution(), and setInstitution().

◆ $language

string shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

string shibConfig::$lastname = ''
protected

Definition at line 28 of file class.shibConfig.php.

Referenced by getLastname(), and setLastname().

◆ $login

string shibConfig::$login = ''
protected

Definition at line 32 of file class.shibConfig.php.

Referenced by getLogin(), and setLogin().

◆ $matriculation

string shibConfig::$matriculation = ''
protected

Definition at line 56 of file class.shibConfig.php.

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

string shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

string shibConfig::$phone_mobile = ''
protected

Definition at line 52 of file class.shibConfig.php.

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

string shibConfig::$phone_office = ''
protected

Definition at line 48 of file class.shibConfig.php.

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

string shibConfig::$street = ''
protected

Definition at line 40 of file class.shibConfig.php.

Referenced by getStreet(), and setStreet().

◆ $title

string shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

bool shibConfig::$update_city = false
protected

Definition at line 43 of file class.shibConfig.php.

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

bool shibConfig::$update_country = false
protected

Definition at line 47 of file class.shibConfig.php.

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

bool shibConfig::$update_data_conv = false
protected

Definition at line 65 of file class.shibConfig.php.

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

bool shibConfig::$update_department = false
protected

Definition at line 39 of file class.shibConfig.php.

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

bool shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

bool shibConfig::$update_fax = false
protected

Definition at line 55 of file class.shibConfig.php.

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

bool shibConfig::$update_firstname = false
protected

Definition at line 27 of file class.shibConfig.php.

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

bool shibConfig::$update_gender = false
protected

Definition at line 31 of file class.shibConfig.php.

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

bool shibConfig::$update_hobby = false
protected

Definition at line 61 of file class.shibConfig.php.

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

bool shibConfig::$update_institution = false
protected

Definition at line 37 of file class.shibConfig.php.

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

bool shibConfig::$update_language = false
protected

Definition at line 63 of file class.shibConfig.php.

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

bool shibConfig::$update_lastname = false
protected

Definition at line 29 of file class.shibConfig.php.

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

bool shibConfig::$update_login = false
protected

Definition at line 33 of file class.shibConfig.php.

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

bool shibConfig::$update_matriculation = false
protected

Definition at line 57 of file class.shibConfig.php.

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

bool shibConfig::$update_phone_home = false
protected

Definition at line 51 of file class.shibConfig.php.

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

bool shibConfig::$update_phone_mobile = false
protected

Definition at line 53 of file class.shibConfig.php.

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

bool shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

bool shibConfig::$update_street = false
protected

Definition at line 41 of file class.shibConfig.php.

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

bool shibConfig::$update_title = false
protected

Definition at line 35 of file class.shibConfig.php.

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

bool shibConfig::$update_zipcode = false
protected

Definition at line 45 of file class.shibConfig.php.

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

string shibConfig::$user_default_role = '4'
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

string shibConfig::$zipcode = ''
protected

Definition at line 44 of file class.shibConfig.php.

Referenced by getZipcode(), and setZipcode().


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