ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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

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

Static Protected Attributes

static $cache
 

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 239 of file class.shibConfig.php.

References $city.

239  : string
240  {
241  return $this->city;
242  }

◆ getCountry()

shibConfig::getCountry ( )

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

References $country.

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

249  : string
250  {
251  return $this->country;
252  }
+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )

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

References $data_conv.

259  : string
260  {
261  return $this->data_conv;
262  }

◆ getDepartment()

shibConfig::getDepartment ( )

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

References $department.

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

269  : string
270  {
271  return $this->department;
272  }
+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )

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

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

279  : string
280  {
281  return explode(';', $this->email)[0];
282  }
+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )

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

References $fax.

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

289  : string
290  {
291  return $this->fax;
292  }
+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )

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

References $firstname.

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

299  : string
300  {
301  return $this->firstname;
302  }
+ Here is the caller graph for this function:

◆ getGender()

shibConfig::getGender ( )

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

References $gender.

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

309  : string
310  {
311  return $this->gender;
312  }
+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )

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

References $hobby.

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

319  : string
320  {
321  return $this->hobby;
322  }
+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static

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

Referenced by shibServerData\__construct(), shibUser\create(), ilShibbolethRoleAssignmentRules\doAssignments(), ilAuthProviderShibboleth\doAuthentication(), ilShibbolethRoleAssignmentRules\updateAssignments(), and shibUser\updateFields().

214  : shibConfig
215  {
216  if (!isset(self::$cache)) {
217  self::$cache = new self();
218  }
219 
220  return self::$cache;
221  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the caller graph for this function:

◆ getInstitution()

shibConfig::getInstitution ( )

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

References $institution.

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

329  : string
330  {
331  return $this->institution;
332  }
+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )

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

References $language.

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

339  : string
340  {
341  return $this->language;
342  }
+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )

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

References $lastname.

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

349  : string
350  {
351  return $this->lastname;
352  }
+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )

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

References $login.

Referenced by shibUser\createFields().

359  : string
360  {
361  return $this->login;
362  }
+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )

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

References $matriculation.

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

369  : string
370  {
371  return $this->matriculation;
372  }
+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )

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

References $phone_home.

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

379  : string
380  {
381  return $this->phone_home;
382  }
+ Here is the caller graph for this function:

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )

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

References $phone_mobile.

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

389  : string
390  {
391  return $this->phone_mobile;
392  }
+ Here is the caller graph for this function:

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )

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

References $phone_office.

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

399  : string
400  {
401  return $this->phone_office;
402  }
+ Here is the caller graph for this function:

◆ getStreet()

shibConfig::getStreet ( )

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

References $street.

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

409  : string
410  {
411  return $this->street;
412  }
+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )

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

References $title.

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

419  : string
420  {
421  return $this->title;
422  }
+ Here is the caller graph for this function:

◆ getUpdateCity()

shibConfig::getUpdateCity ( )

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

References $update_city.

429  : bool
430  {
431  return $this->update_city;
432  }

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )

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

References $update_country.

439  : bool
440  {
441  return $this->update_country;
442  }

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )

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

References $update_data_conv.

449  : bool
450  {
452  }

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )

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

References $update_department.

459  : bool
460  {
462  }

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )

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

References $update_email.

469  : bool
470  {
471  return $this->update_email;
472  }

◆ getUpdateFax()

shibConfig::getUpdateFax ( )

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

References $update_fax.

479  : bool
480  {
481  return $this->update_fax;
482  }

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )

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

References $update_firstname.

635  : bool
636  {
638  }

◆ getUpdateGender()

shibConfig::getUpdateGender ( )

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

References $update_gender.

489  : bool
490  {
491  return $this->update_gender;
492  }

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )

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

References $update_hobby.

499  : bool
500  {
501  return $this->update_hobby;
502  }

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )

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

References $update_institution.

509  : bool
510  {
512  }

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )

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

References $update_language.

519  : bool
520  {
521  return $this->update_language;
522  }

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )

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

References $update_lastname.

645  : bool
646  {
647  return $this->update_lastname;
648  }

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )

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

References $update_login.

529  : bool
530  {
531  return $this->update_login;
532  }

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )

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

References $update_matriculation.

539  : bool
540  {
542  }

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )

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

References $update_phone_home.

549  : bool
550  {
552  }

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )

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

References $update_phone_mobile.

559  : bool
560  {
562  }

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )

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

References $update_phone_office.

569  : bool
570  {
572  }

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )

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

References $update_street.

579  : bool
580  {
581  return $this->update_street;
582  }

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

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

References $update_title.

595  : bool
596  {
597  return $this->update_title;
598  }

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )

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

References $update_zipcode.

605  : bool
606  {
607  return $this->update_zipcode;
608  }

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )

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

References $user_default_role.

625  : int
626  {
628  }

◆ getValueByKey()

shibConfig::getValueByKey ( string  $key)
Returns
mixed

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

227  {
228  if ($key === 'cache') {
229  return null;
230  }
231  return $this->{$key};
232  }

◆ getZipcode()

shibConfig::getZipcode ( )

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

References $zipcode.

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

615  : string
616  {
617  return $this->zipcode;
618  }
+ Here is the caller graph for this function:

◆ isActivateNew()

shibConfig::isActivateNew ( )

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

References $activate_new.

650  : bool
651  {
652  return $this->activate_new;
653  }

◆ setActivateNew()

shibConfig::setActivateNew ( bool  $activate_new)

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

References $activate_new.

655  : void
656  {
657  $this->activate_new = $activate_new;
658  }

◆ setCity()

shibConfig::setCity ( string  $city)

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

References $city.

234  : void
235  {
236  $this->city = $city;
237  }

◆ setCountry()

shibConfig::setCountry ( string  $country)

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

References $country.

244  : void
245  {
246  $this->country = $country;
247  }

◆ setDataConv()

shibConfig::setDataConv ( string  $data_conv)

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

References $data_conv.

254  : void
255  {
256  $this->data_conv = $data_conv;
257  }

◆ setDepartment()

shibConfig::setDepartment ( string  $department)

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

References $department.

264  : void
265  {
266  $this->department = $department;
267  }

◆ setEmail()

shibConfig::setEmail ( string  $email)

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

References $email.

274  : void
275  {
276  $this->email = $email;
277  }

◆ setFax()

shibConfig::setFax ( string  $fax)

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

References $fax.

284  : void
285  {
286  $this->fax = $fax;
287  }

◆ setFirstname()

shibConfig::setFirstname ( string  $firstname)

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

References $firstname.

294  : void
295  {
296  $this->firstname = $firstname;
297  }

◆ setGender()

shibConfig::setGender ( string  $gender)

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

References $gender.

304  : void
305  {
306  $this->gender = $gender;
307  }

◆ setHobby()

shibConfig::setHobby ( string  $hobby)

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

References $hobby.

314  : void
315  {
316  $this->hobby = $hobby;
317  }

◆ setInstitution()

shibConfig::setInstitution ( string  $institution)

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

References $institution.

324  : void
325  {
326  $this->institution = $institution;
327  }

◆ setLanguage()

shibConfig::setLanguage ( string  $language)

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

References $language, and language().

334  : void
335  {
336  $this->language = $language;
337  }
language()
Definition: language.php:2
+ Here is the call graph for this function:

◆ setLastname()

shibConfig::setLastname ( string  $lastname)

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

References $lastname.

344  : void
345  {
346  $this->lastname = $lastname;
347  }

◆ setLogin()

shibConfig::setLogin ( string  $login)

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

References $login, and login().

354  : void
355  {
356  $this->login = $login;
357  }
login()
Definition: login.php:2
+ Here is the call graph for this function:

◆ setMatriculation()

shibConfig::setMatriculation ( string  $matriculation)

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

References $matriculation.

364  : void
365  {
366  $this->matriculation = $matriculation;
367  }

◆ setPhoneHome()

shibConfig::setPhoneHome ( string  $phone_home)

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

References $phone_home.

374  : void
375  {
376  $this->phone_home = $phone_home;
377  }

◆ setPhoneMobile()

shibConfig::setPhoneMobile ( string  $phone_mobile)

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

References $phone_mobile.

384  : void
385  {
386  $this->phone_mobile = $phone_mobile;
387  }

◆ setPhoneOffice()

shibConfig::setPhoneOffice ( string  $phone_office)

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

References $phone_office.

394  : void
395  {
396  $this->phone_office = $phone_office;
397  }

◆ setStreet()

shibConfig::setStreet ( string  $street)

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

References $street.

404  : void
405  {
406  $this->street = $street;
407  }

◆ setTitle()

shibConfig::setTitle ( string  $title)

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

References $title.

414  : void
415  {
416  $this->title = $title;
417  }

◆ setUpdateCity()

shibConfig::setUpdateCity ( bool  $update_city)

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

References $update_city.

424  : void
425  {
426  $this->update_city = $update_city;
427  }

◆ setUpdateCountry()

shibConfig::setUpdateCountry ( bool  $update_country)

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

References $update_country.

434  : void
435  {
436  $this->update_country = $update_country;
437  }

◆ setUpdateDataConv()

shibConfig::setUpdateDataConv ( bool  $update_data_conv)

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

References $update_data_conv.

444  : void
445  {
446  $this->update_data_conv = $update_data_conv;
447  }

◆ setUpdateDepartment()

shibConfig::setUpdateDepartment ( bool  $update_department)

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

References $update_department.

454  : void
455  {
456  $this->update_department = $update_department;
457  }

◆ setUpdateEmail()

shibConfig::setUpdateEmail ( bool  $update_email)

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

References $update_email.

464  : void
465  {
466  $this->update_email = $update_email;
467  }

◆ setUpdateFax()

shibConfig::setUpdateFax ( bool  $update_fax)

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

References $update_fax.

474  : void
475  {
476  $this->update_fax = $update_fax;
477  }

◆ setUpdateFirstname()

shibConfig::setUpdateFirstname ( bool  $update_firstname)

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

References $update_firstname.

630  : void
631  {
632  $this->update_firstname = $update_firstname;
633  }

◆ setUpdateGender()

shibConfig::setUpdateGender ( bool  $update_gender)

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

References $update_gender.

484  : void
485  {
486  $this->update_gender = $update_gender;
487  }

◆ setUpdateHobby()

shibConfig::setUpdateHobby ( bool  $update_hobby)

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

References $update_hobby.

494  : void
495  {
496  $this->update_hobby = $update_hobby;
497  }

◆ setUpdateInstitution()

shibConfig::setUpdateInstitution ( bool  $update_institution)

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

References $update_institution.

504  : void
505  {
506  $this->update_institution = $update_institution;
507  }

◆ setUpdateLanguage()

shibConfig::setUpdateLanguage ( bool  $update_language)

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

References $update_language.

514  : void
515  {
516  $this->update_language = $update_language;
517  }

◆ setUpdateLastname()

shibConfig::setUpdateLastname ( bool  $update_lastname)

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

References $update_lastname.

640  : void
641  {
642  $this->update_lastname = $update_lastname;
643  }

◆ setUpdateLogin()

shibConfig::setUpdateLogin ( bool  $update_login)

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

References $update_login.

524  : void
525  {
526  $this->update_login = $update_login;
527  }

◆ setUpdateMatriculation()

shibConfig::setUpdateMatriculation ( bool  $update_matriculation)

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

References $update_matriculation.

534  : void
535  {
536  $this->update_matriculation = $update_matriculation;
537  }

◆ setUpdatePhoneHome()

shibConfig::setUpdatePhoneHome ( bool  $update_phone_home)

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

References $update_phone_home.

544  : void
545  {
546  $this->update_phone_home = $update_phone_home;
547  }

◆ setUpdatePhoneMobile()

shibConfig::setUpdatePhoneMobile ( bool  $update_phone_mobile)

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

References $update_phone_mobile.

554  : void
555  {
556  $this->update_phone_mobile = $update_phone_mobile;
557  }

◆ setUpdatePhoneOffice()

shibConfig::setUpdatePhoneOffice ( bool  $update_phone_office)

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

References $update_phone_office.

564  : void
565  {
566  $this->update_phone_office = $update_phone_office;
567  }

◆ setUpdateStreet()

shibConfig::setUpdateStreet ( bool  $update_street)

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

References $update_street.

574  : void
575  {
576  $this->update_street = $update_street;
577  }

◆ setUpdateTitle()

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

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

References $update_title.

587  : void
588  {
589  $this->update_title = $update_title;
590  }

◆ setUpdateZipcode()

shibConfig::setUpdateZipcode ( bool  $update_zipcode)

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

References $update_zipcode.

600  : void
601  {
602  $this->update_zipcode = $update_zipcode;
603  }

◆ setUserDefaultRole()

shibConfig::setUserDefaultRole ( int  $user_default_role)

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

References $user_default_role.

620  : void
621  {
622  $this->user_default_role = $user_default_role;
623  }

◆ setZipcode()

shibConfig::setZipcode ( string  $zipcode)

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

References $zipcode.

610  : void
611  {
612  $this->zipcode = $zipcode;
613  }

Field Documentation

◆ $activate_new

shibConfig::$activate_new = false
protected

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

Referenced by isActivateNew(), and setActivateNew().

◆ $cache

shibConfig::$cache
staticprotected

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

◆ $city

shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

shibConfig::$email = ''
protected

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

Referenced by setEmail().

◆ $fax

shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

shibConfig::$hobby = ''
protected

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

Referenced by getHobby(), and setHobby().

◆ $institution

shibConfig::$institution = ''
protected

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

Referenced by getInstitution(), and setInstitution().

◆ $language

shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

shibConfig::$lastname = ''
protected

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

Referenced by getLastname(), and setLastname().

◆ $login

shibConfig::$login = ''
protected

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

Referenced by getLogin(), and setLogin().

◆ $matriculation

shibConfig::$matriculation = ''
protected

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

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

shibConfig::$phone_mobile = ''
protected

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

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

shibConfig::$phone_office = ''
protected

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

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

shibConfig::$street = ''
protected

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

Referenced by getStreet(), and setStreet().

◆ $title

shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

shibConfig::$update_city = false
protected

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

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

shibConfig::$update_country = false
protected

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

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

shibConfig::$update_data_conv = false
protected

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

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

shibConfig::$update_department = false
protected

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

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

shibConfig::$update_fax = false
protected

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

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

shibConfig::$update_firstname = false
protected

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

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

shibConfig::$update_gender = false
protected

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

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

shibConfig::$update_hobby = false
protected

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

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

shibConfig::$update_institution = false
protected

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

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

shibConfig::$update_language = false
protected

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

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

shibConfig::$update_lastname = false
protected

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

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

shibConfig::$update_login = false
protected

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

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

shibConfig::$update_matriculation = false
protected

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

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

shibConfig::$update_phone_home = false
protected

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

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

shibConfig::$update_phone_mobile = false
protected

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

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

shibConfig::$update_street = false
protected

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

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

shibConfig::$update_title = false
protected

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

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

shibConfig::$update_zipcode = false
protected

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

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

shibConfig::$user_default_role = '4'
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

shibConfig::$zipcode = ''
protected

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

Referenced by getZipcode(), and setZipcode().


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