ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 ()
 

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
 

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

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

References $city.

◆ getCountry()

shibConfig::getCountry ( )
Returns
string

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

249 {
250 return $this->country;
251 }

References $country.

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

+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )
Returns
string

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

265 {
266 return $this->data_conv;
267 }

References $data_conv.

◆ getDepartment()

shibConfig::getDepartment ( )
Returns
string

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

281 {
282 return $this->department;
283 }

References $department.

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

+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )
Returns
string

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

297 {
298 return $this->email;
299 }

References $email.

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

+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )
Returns
string

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

313 {
314 return $this->fax;
315 }

References $fax.

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

+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )
Returns
string

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

329 {
330 return $this->firstname;
331 }

References $firstname.

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

+ Here is the caller graph for this function:

◆ getGender()

shibConfig::getGender ( )
Returns
string

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

345 {
346 return $this->gender;
347 }

References $gender.

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

+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )
Returns
string

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

361 {
362 return $this->hobby;
363 }

References $hobby.

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

+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static
Returns
bool|\shibConfig

Reimplemented in shibServerData.

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

202 {
203 if (!isset(self::$cache)) {
204 self::$cache = new self();
205 }
206
207 return self::$cache;
208 }

References $cache.

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

+ Here is the caller graph for this function:

◆ getInstitution()

shibConfig::getInstitution ( )
Returns
string

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

377 {
378 return $this->institution;
379 }

References $institution.

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

+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )
Returns
string

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

393 {
394 return $this->language;
395 }

References $language.

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

+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )
Returns
string

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

409 {
410 return $this->lastname;
411 }

References $lastname.

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

+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )
Returns
string

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

425 {
426 return $this->login;
427 }

References $login.

Referenced by shibUser\createFields().

+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )
Returns
string

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

441 {
443 }

References $matriculation.

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

+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )
Returns
string

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

457 {
458 return $this->phone_home;
459 }

References $phone_home.

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

+ Here is the caller graph for this function:

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )
Returns
string

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

473 {
474 return $this->phone_mobile;
475 }

References $phone_mobile.

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

+ Here is the caller graph for this function:

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )
Returns
string

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

489 {
490 return $this->phone_office;
491 }

References $phone_office.

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

+ Here is the caller graph for this function:

◆ getStreet()

shibConfig::getStreet ( )
Returns
string

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

505 {
506 return $this->street;
507 }

References $street.

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

+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )
Returns
string

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

521 {
522 return $this->title;
523 }

References $title.

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

+ Here is the caller graph for this function:

◆ getUpdateCity()

shibConfig::getUpdateCity ( )
Returns
boolean

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

537 {
538 return $this->update_city;
539 }

References $update_city.

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )
Returns
boolean

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

553 {
555 }

References $update_country.

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )
Returns
boolean

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

569 {
571 }

References $update_data_conv.

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )
Returns
boolean

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

585 {
587 }

References $update_department.

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )
Returns
boolean

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

601 {
602 return $this->update_email;
603 }

References $update_email.

◆ getUpdateFax()

shibConfig::getUpdateFax ( )
Returns
boolean

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

617 {
618 return $this->update_fax;
619 }

References $update_fax.

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )
Returns
boolean

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

857 {
859 }

References $update_firstname.

◆ getUpdateGender()

shibConfig::getUpdateGender ( )
Returns
boolean

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

633 {
635 }

References $update_gender.

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )
Returns
boolean

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

649 {
650 return $this->update_hobby;
651 }

References $update_hobby.

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )
Returns
boolean

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

665 {
667 }

References $update_institution.

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )
Returns
boolean

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

681 {
683 }

References $update_language.

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )
Returns
boolean

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

873 {
875 }

References $update_lastname.

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )
Returns
boolean

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

697 {
698 return $this->update_login;
699 }

References $update_login.

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )
Returns
boolean

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

713 {
715 }

References $update_matriculation.

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )
Returns
boolean

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

729 {
731 }

References $update_phone_home.

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )
Returns
boolean

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

745 {
747 }

References $update_phone_mobile.

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )
Returns
boolean

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

761 {
763 }

References $update_phone_office.

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )
Returns
boolean

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

777 {
779 }

References $update_street.

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

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

793 {
794 return $this->update_title;
795 }

References $update_title.

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )
Returns
boolean

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

809 {
811 }

References $update_zipcode.

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )
Returns
int

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

841 {
843 }

References $user_default_role.

◆ getValueByKey()

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

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

216 {
217
218 return $this->{$key};
219 }

◆ getZipcode()

shibConfig::getZipcode ( )
Returns
int

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

825 {
826 return $this->zipcode;
827 }

References $zipcode.

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

+ Here is the caller graph for this function:

◆ setCity()

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

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

225 {
226 $this->city = $city;
227 }

References $city.

◆ setCountry()

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

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

241 {
242 $this->country = $country;
243 }

References $country.

◆ setDataConv()

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

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

257 {
258 $this->data_conv = $data_conv;
259 }

References $data_conv.

◆ setDepartment()

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

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

273 {
274 $this->department = $department;
275 }

References $department.

◆ setEmail()

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

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

289 {
290 $this->email = $email;
291 }

References $email.

◆ setFax()

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

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

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

References $fax.

◆ setFirstname()

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

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

321 {
322 $this->firstname = $firstname;
323 }

References $firstname.

◆ setGender()

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

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

337 {
338 $this->gender = $gender;
339 }

References $gender.

◆ setHobby()

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

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

353 {
354 $this->hobby = $hobby;
355 }

References $hobby.

◆ setInstitution()

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

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

369 {
370 $this->institution = $institution;
371 }

References $institution.

◆ setLanguage()

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

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

385 {
386 $this->language = $language;
387 }

References $language.

◆ setLastname()

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

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

401 {
402 $this->lastname = $lastname;
403 }

References $lastname.

◆ setLogin()

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

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

417 {
418 $this->login = $login;
419 }

References $login.

◆ setMatriculation()

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

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

433 {
434 $this->matriculation = $matriculation;
435 }

References $matriculation.

◆ setPhoneHome()

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

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

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

References $phone_home.

◆ setPhoneMobile()

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

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

465 {
466 $this->phone_mobile = $phone_mobile;
467 }

References $phone_mobile.

◆ setPhoneOffice()

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

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

481 {
482 $this->phone_office = $phone_office;
483 }

References $phone_office.

◆ setStreet()

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

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

497 {
498 $this->street = $street;
499 }

References $street.

◆ setTitle()

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

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

513 {
514 $this->title = $title;
515 }

References $title.

◆ setUpdateCity()

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

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

529 {
530 $this->update_city = $update_city;
531 }

References $update_city.

◆ setUpdateCountry()

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

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

545 {
546 $this->update_country = $update_country;
547 }

References $update_country.

◆ setUpdateDataConv()

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

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

561 {
562 $this->update_data_conv = $update_data_conv;
563 }

References $update_data_conv.

◆ setUpdateDepartment()

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

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

577 {
578 $this->update_department = $update_department;
579 }

References $update_department.

◆ setUpdateEmail()

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

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

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

References $update_email.

◆ setUpdateFax()

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

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

609 {
610 $this->update_fax = $update_fax;
611 }

References $update_fax.

◆ setUpdateFirstname()

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

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

849 {
850 $this->update_firstname = $update_firstname;
851 }

References $update_firstname.

◆ setUpdateGender()

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

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

625 {
626 $this->update_gender = $update_gender;
627 }

References $update_gender.

◆ setUpdateHobby()

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

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

641 {
642 $this->update_hobby = $update_hobby;
643 }

References $update_hobby.

◆ setUpdateInstitution()

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

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

657 {
658 $this->update_institution = $update_institution;
659 }

References $update_institution.

◆ setUpdateLanguage()

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

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

673 {
674 $this->update_language = $update_language;
675 }

References $update_language.

◆ setUpdateLastname()

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

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

865 {
866 $this->update_lastname = $update_lastname;
867 }

References $update_lastname.

◆ setUpdateLogin()

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

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

689 {
690 $this->update_login = $update_login;
691 }

References $update_login.

◆ setUpdateMatriculation()

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

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

705 {
706 $this->update_matriculation = $update_matriculation;
707 }

References $update_matriculation.

◆ setUpdatePhoneHome()

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

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

721 {
722 $this->update_phone_home = $update_phone_home;
723 }

References $update_phone_home.

◆ setUpdatePhoneMobile()

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

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

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

References $update_phone_mobile.

◆ setUpdatePhoneOffice()

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

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

753 {
754 $this->update_phone_office = $update_phone_office;
755 }

References $update_phone_office.

◆ setUpdateStreet()

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

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

769 {
770 $this->update_street = $update_street;
771 }

References $update_street.

◆ setUpdateTitle()

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

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

785 {
786 $this->update_title = $update_title;
787 }

References $update_title.

◆ setUpdateZipcode()

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

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

801 {
802 $this->update_zipcode = $update_zipcode;
803 }

References $update_zipcode.

◆ setUserDefaultRole()

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

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

833 {
834 $this->user_default_role = $user_default_role;
835 }

References $user_default_role.

◆ setZipcode()

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

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

817 {
818 $this->zipcode = $zipcode;
819 }

References $zipcode.

Field Documentation

◆ $cache

shibConfig::$cache = null
staticprotected

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

Referenced by getInstance().

◆ $city

shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

shibConfig::$email = ''
protected

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

Referenced by getEmail(), and setEmail().

◆ $fax

shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

shibConfig::$hobby = ''
protected

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

Referenced by getHobby(), and setHobby().

◆ $institution

shibConfig::$institution = ''
protected

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

Referenced by getInstitution(), and setInstitution().

◆ $language

shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

shibConfig::$lastname = ''
protected

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

Referenced by getLastname(), and setLastname().

◆ $login

shibConfig::$login = ''
protected

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

Referenced by getLogin(), and setLogin().

◆ $matriculation

shibConfig::$matriculation = ''
protected

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

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

shibConfig::$phone_mobile = ''
protected

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

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

shibConfig::$phone_office = ''
protected

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

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

shibConfig::$street = ''
protected

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

Referenced by getStreet(), and setStreet().

◆ $title

shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

shibConfig::$update_city = false
protected

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

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

shibConfig::$update_country = false
protected

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

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

shibConfig::$update_data_conv = false
protected

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

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

shibConfig::$update_department = false
protected

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

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

shibConfig::$update_fax = false
protected

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

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

shibConfig::$update_firstname = false
protected

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

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

shibConfig::$update_gender = false
protected

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

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

shibConfig::$update_hobby = false
protected

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

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

shibConfig::$update_institution = false
protected

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

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

shibConfig::$update_language = false
protected

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

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

shibConfig::$update_lastname = false
protected

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

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

shibConfig::$update_login = false
protected

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

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

shibConfig::$update_matriculation = false
protected

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

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

shibConfig::$update_phone_home = false
protected

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

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

shibConfig::$update_phone_mobile = false
protected

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

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

shibConfig::$update_street = false
protected

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

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

shibConfig::$update_title
protected

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

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

shibConfig::$update_zipcode = false
protected

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

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

shibConfig::$user_default_role = 4
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

shibConfig::$zipcode = 0
protected

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

Referenced by getZipcode(), and setZipcode().


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