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

Class shibConfig. More...

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

Public Member Functions

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

Detailed Description

Class shibConfig.

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

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

Member Function Documentation

◆ getCity()

shibConfig::getCity ( )
Returns
string

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

References $city.

242  {
243  return $this->city;
244  }

◆ getCountry()

shibConfig::getCountry ( )
Returns
string

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

References $country.

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

260  {
261  return $this->country;
262  }
+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )
Returns
string

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

References $data_conv.

278  {
279  return $this->data_conv;
280  }

◆ getDepartment()

shibConfig::getDepartment ( )
Returns
string

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

References $department.

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

296  {
297  return $this->department;
298  }
+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )
Returns
string

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

References $email.

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

314  {
315  return $this->email;
316  }
+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )
Returns
string

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

References $fax.

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

332  {
333  return $this->fax;
334  }
+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )
Returns
string

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

References $firstname.

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

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

◆ getGender()

shibConfig::getGender ( )
Returns
string

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

References $gender.

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

368  {
369  return $this->gender;
370  }
+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )
Returns
string

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

References $hobby.

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

386  {
387  return $this->hobby;
388  }
+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static
Returns
bool|

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

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

209  {
210  if (!isset(self::$cache)) {
211  self::$cache = new self();
212  }
213 
214  return self::$cache;
215  }
+ Here is the caller graph for this function:

◆ getInstitution()

shibConfig::getInstitution ( )
Returns
string

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

References $institution.

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

404  {
405  return $this->institution;
406  }
+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )
Returns
string

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

References $language.

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

422  {
423  return $this->language;
424  }
+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )
Returns
string

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

References $lastname.

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

440  {
441  return $this->lastname;
442  }
+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )
Returns
string

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

References $login.

Referenced by shibUser\createFields().

458  {
459  return $this->login;
460  }
+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )
Returns
string

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

References $matriculation.

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

476  {
477  return $this->matriculation;
478  }
+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )
Returns
string

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

References $phone_home.

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

494  {
495  return $this->phone_home;
496  }
+ Here is the caller graph for this function:

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )
Returns
string

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

References $phone_mobile.

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

512  {
513  return $this->phone_mobile;
514  }
+ Here is the caller graph for this function:

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )
Returns
string

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

References $phone_office.

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

530  {
531  return $this->phone_office;
532  }
+ Here is the caller graph for this function:

◆ getStreet()

shibConfig::getStreet ( )
Returns
string

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

References $street.

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

548  {
549  return $this->street;
550  }
+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )
Returns
string

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

References $title.

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

566  {
567  return $this->title;
568  }
+ Here is the caller graph for this function:

◆ getUpdateCity()

shibConfig::getUpdateCity ( )
Returns
boolean

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

References $update_city.

584  {
585  return $this->update_city;
586  }

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )
Returns
boolean

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

References $update_country.

602  {
603  return $this->update_country;
604  }

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )
Returns
boolean

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

References $update_data_conv.

620  {
622  }

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )
Returns
boolean

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

References $update_department.

638  {
640  }

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )
Returns
boolean

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

References $update_email.

656  {
657  return $this->update_email;
658  }

◆ getUpdateFax()

shibConfig::getUpdateFax ( )
Returns
boolean

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

References $update_fax.

674  {
675  return $this->update_fax;
676  }

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )
Returns
boolean

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

References $update_firstname.

944  {
946  }

◆ getUpdateGender()

shibConfig::getUpdateGender ( )
Returns
boolean

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

References $update_gender.

692  {
693  return $this->update_gender;
694  }

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )
Returns
boolean

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

References $update_hobby.

710  {
711  return $this->update_hobby;
712  }

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )
Returns
boolean

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

References $update_institution.

728  {
730  }

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )
Returns
boolean

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

References $update_language.

746  {
747  return $this->update_language;
748  }

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )
Returns
boolean

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

References $update_lastname.

962  {
963  return $this->update_lastname;
964  }

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )
Returns
boolean

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

References $update_login.

764  {
765  return $this->update_login;
766  }

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )
Returns
boolean

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

References $update_matriculation.

782  {
784  }

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )
Returns
boolean

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

References $update_phone_home.

800  {
802  }

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )
Returns
boolean

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

References $update_phone_mobile.

818  {
820  }

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )
Returns
boolean

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

References $update_phone_office.

836  {
838  }

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )
Returns
boolean

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

References $update_street.

854  {
855  return $this->update_street;
856  }

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

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

References $update_title.

872  {
873  return $this->update_title;
874  }

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )
Returns
boolean

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

References $update_zipcode.

890  {
891  return $this->update_zipcode;
892  }

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )
Returns
int

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

References $user_default_role.

926  {
928  }

◆ getValueByKey()

shibConfig::getValueByKey (   $key)
Parameters
$key
Returns
mixed

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

References $key.

224  {
225  return $this->{$key};
226  }
$key
Definition: croninfo.php:18

◆ getZipcode()

shibConfig::getZipcode ( )
Returns
int

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

References $zipcode.

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

908  {
909  return $this->zipcode;
910  }
+ Here is the caller graph for this function:

◆ isActivateNew()

shibConfig::isActivateNew ( )
Returns
bool

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

References $activate_new.

971  {
972  return $this->activate_new;
973  }

◆ setActivateNew()

shibConfig::setActivateNew (   $activate_new)
Parameters
bool$activate_new

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

References $activate_new.

980  {
981  $this->activate_new = $activate_new;
982  }

◆ setCity()

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

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

References $city.

233  {
234  $this->city = $city;
235  }

◆ setCountry()

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

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

References $country.

251  {
252  $this->country = $country;
253  }

◆ setDataConv()

shibConfig::setDataConv (   $data_conv)
Parameters
string$data_conv

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

References $data_conv.

269  {
270  $this->data_conv = $data_conv;
271  }

◆ setDepartment()

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

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

References $department.

287  {
288  $this->department = $department;
289  }

◆ setEmail()

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

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

References $email.

305  {
306  $this->email = $email;
307  }

◆ setFax()

shibConfig::setFax (   $fax)
Parameters
string$fax

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

References $fax.

323  {
324  $this->fax = $fax;
325  }

◆ setFirstname()

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

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

References $firstname.

341  {
342  $this->firstname = $firstname;
343  }

◆ setGender()

shibConfig::setGender (   $gender)
Parameters
string$gender

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

References $gender.

359  {
360  $this->gender = $gender;
361  }

◆ setHobby()

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

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

References $hobby.

377  {
378  $this->hobby = $hobby;
379  }

◆ setInstitution()

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

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

References $institution.

395  {
396  $this->institution = $institution;
397  }

◆ setLanguage()

shibConfig::setLanguage (   $language)
Parameters
string$language

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

References $language.

413  {
414  $this->language = $language;
415  }

◆ setLastname()

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

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

References $lastname.

431  {
432  $this->lastname = $lastname;
433  }

◆ setLogin()

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

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

References $login.

449  {
450  $this->login = $login;
451  }

◆ setMatriculation()

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

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

References $matriculation.

467  {
468  $this->matriculation = $matriculation;
469  }

◆ setPhoneHome()

shibConfig::setPhoneHome (   $phone_home)
Parameters
string$phone_home

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

References $phone_home.

485  {
486  $this->phone_home = $phone_home;
487  }

◆ setPhoneMobile()

shibConfig::setPhoneMobile (   $phone_mobile)
Parameters
string$phone_mobile

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

References $phone_mobile.

503  {
504  $this->phone_mobile = $phone_mobile;
505  }

◆ setPhoneOffice()

shibConfig::setPhoneOffice (   $phone_office)
Parameters
string$phone_office

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

References $phone_office.

521  {
522  $this->phone_office = $phone_office;
523  }

◆ setStreet()

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

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

References $street.

539  {
540  $this->street = $street;
541  }

◆ setTitle()

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

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

References $title.

557  {
558  $this->title = $title;
559  }

◆ setUpdateCity()

shibConfig::setUpdateCity (   $update_city)
Parameters
boolean$update_city

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

References $update_city.

575  {
576  $this->update_city = $update_city;
577  }

◆ setUpdateCountry()

shibConfig::setUpdateCountry (   $update_country)
Parameters
boolean$update_country

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

References $update_country.

593  {
594  $this->update_country = $update_country;
595  }

◆ setUpdateDataConv()

shibConfig::setUpdateDataConv (   $update_data_conv)
Parameters
boolean$update_data_conv

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

References $update_data_conv.

611  {
612  $this->update_data_conv = $update_data_conv;
613  }

◆ setUpdateDepartment()

shibConfig::setUpdateDepartment (   $update_department)
Parameters
boolean$update_department

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

References $update_department.

629  {
630  $this->update_department = $update_department;
631  }

◆ setUpdateEmail()

shibConfig::setUpdateEmail (   $update_email)
Parameters
boolean$update_email

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

References $update_email.

647  {
648  $this->update_email = $update_email;
649  }

◆ setUpdateFax()

shibConfig::setUpdateFax (   $update_fax)
Parameters
boolean$update_fax

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

References $update_fax.

665  {
666  $this->update_fax = $update_fax;
667  }

◆ setUpdateFirstname()

shibConfig::setUpdateFirstname (   $update_firstname)
Parameters
boolean$update_firstname

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

References $update_firstname.

935  {
936  $this->update_firstname = $update_firstname;
937  }

◆ setUpdateGender()

shibConfig::setUpdateGender (   $update_gender)
Parameters
boolean$update_gender

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

References $update_gender.

683  {
684  $this->update_gender = $update_gender;
685  }

◆ setUpdateHobby()

shibConfig::setUpdateHobby (   $update_hobby)
Parameters
boolean$update_hobby

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

References $update_hobby.

701  {
702  $this->update_hobby = $update_hobby;
703  }

◆ setUpdateInstitution()

shibConfig::setUpdateInstitution (   $update_institution)
Parameters
boolean$update_institution

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

References $update_institution.

719  {
720  $this->update_institution = $update_institution;
721  }

◆ setUpdateLanguage()

shibConfig::setUpdateLanguage (   $update_language)
Parameters
boolean$update_language

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

References $update_language.

737  {
738  $this->update_language = $update_language;
739  }

◆ setUpdateLastname()

shibConfig::setUpdateLastname (   $update_lastname)
Parameters
boolean$update_lastname

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

References $update_lastname.

953  {
954  $this->update_lastname = $update_lastname;
955  }

◆ setUpdateLogin()

shibConfig::setUpdateLogin (   $update_login)
Parameters
boolean$update_login

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

References $update_login.

755  {
756  $this->update_login = $update_login;
757  }

◆ setUpdateMatriculation()

shibConfig::setUpdateMatriculation (   $update_matriculation)
Parameters
boolean$update_matriculation

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

References $update_matriculation.

773  {
774  $this->update_matriculation = $update_matriculation;
775  }

◆ setUpdatePhoneHome()

shibConfig::setUpdatePhoneHome (   $update_phone_home)
Parameters
boolean$update_phone_home

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

References $update_phone_home.

791  {
792  $this->update_phone_home = $update_phone_home;
793  }

◆ setUpdatePhoneMobile()

shibConfig::setUpdatePhoneMobile (   $update_phone_mobile)
Parameters
boolean$update_phone_mobile

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

References $update_phone_mobile.

809  {
810  $this->update_phone_mobile = $update_phone_mobile;
811  }

◆ setUpdatePhoneOffice()

shibConfig::setUpdatePhoneOffice (   $update_phone_office)
Parameters
boolean$update_phone_office

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

References $update_phone_office.

827  {
828  $this->update_phone_office = $update_phone_office;
829  }

◆ setUpdateStreet()

shibConfig::setUpdateStreet (   $update_street)
Parameters
boolean$update_street

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

References $update_street.

845  {
846  $this->update_street = $update_street;
847  }

◆ setUpdateTitle()

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

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

References $update_title.

863  {
864  $this->update_title = $update_title;
865  }

◆ setUpdateZipcode()

shibConfig::setUpdateZipcode (   $update_zipcode)
Parameters
boolean$update_zipcode

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

References $update_zipcode.

881  {
882  $this->update_zipcode = $update_zipcode;
883  }

◆ setUserDefaultRole()

shibConfig::setUserDefaultRole (   $user_default_role)
Parameters
int$user_default_role

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

References $user_default_role.

917  {
918  $this->user_default_role = $user_default_role;
919  }

◆ setZipcode()

shibConfig::setZipcode (   $zipcode)
Parameters
int$zipcode

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

References $zipcode.

899  {
900  $this->zipcode = $zipcode;
901  }

Field Documentation

◆ $activate_new

shibConfig::$activate_new = false
protected

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

Referenced by isActivateNew(), and setActivateNew().

◆ $cache

shibConfig::$cache = null
staticprotected

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

◆ $city

shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

shibConfig::$email = ''
protected

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

Referenced by getEmail(), and setEmail().

◆ $fax

shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

shibConfig::$hobby = ''
protected

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

Referenced by getHobby(), and setHobby().

◆ $institution

shibConfig::$institution = ''
protected

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

Referenced by getInstitution(), and setInstitution().

◆ $language

shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

shibConfig::$lastname = ''
protected

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

Referenced by getLastname(), and setLastname().

◆ $login

shibConfig::$login = ''
protected

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

Referenced by getLogin(), and setLogin().

◆ $matriculation

shibConfig::$matriculation = ''
protected

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

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

shibConfig::$phone_mobile = ''
protected

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

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

shibConfig::$phone_office = ''
protected

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

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

shibConfig::$street = ''
protected

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

Referenced by getStreet(), and setStreet().

◆ $title

shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

shibConfig::$update_city = false
protected

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

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

shibConfig::$update_country = false
protected

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

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

shibConfig::$update_data_conv = false
protected

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

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

shibConfig::$update_department = false
protected

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

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

shibConfig::$update_fax = false
protected

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

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

shibConfig::$update_firstname = false
protected

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

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

shibConfig::$update_gender = false
protected

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

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

shibConfig::$update_hobby = false
protected

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

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

shibConfig::$update_institution = false
protected

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

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

shibConfig::$update_language = false
protected

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

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

shibConfig::$update_lastname = false
protected

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

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

shibConfig::$update_login = false
protected

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

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

shibConfig::$update_matriculation = false
protected

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

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

shibConfig::$update_phone_home = false
protected

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

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

shibConfig::$update_phone_mobile = false
protected

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

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

shibConfig::$update_street = false
protected

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

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

shibConfig::$update_title
protected

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

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

shibConfig::$update_zipcode = false
protected

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

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

shibConfig::$user_default_role = 4
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

shibConfig::$zipcode = 0
protected

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

Referenced by getZipcode(), and setZipcode().


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