ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
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

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

Static Protected Attributes

static shibConfig $cache = null
 

Detailed Description

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

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

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

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

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

Member Function Documentation

◆ getCity()

shibConfig::getCity ( )

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

References $city.

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

◆ getCountry()

shibConfig::getCountry ( )

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

References $country.

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

120  : string
121  {
122  return $this->country;
123  }
+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )

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

References $data_conv.

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

◆ getDepartment()

shibConfig::getDepartment ( )

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

References $department.

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

140  : string
141  {
142  return $this->department;
143  }
string $department
+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )

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

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

150  : string
151  {
152  return explode(';', $this->email)[0];
153  }
+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )

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

References $fax.

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

160  : string
161  {
162  return $this->fax;
163  }
+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )

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

References $firstname.

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

170  : string
171  {
172  return $this->firstname;
173  }
+ Here is the caller graph for this function:

◆ getGender()

shibConfig::getGender ( )

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

References $gender.

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

180  : string
181  {
182  return $this->gender;
183  }
+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )

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

References $hobby.

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

190  : string
191  {
192  return $this->hobby;
193  }
+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static

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

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

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

◆ getInstitution()

shibConfig::getInstitution ( )

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

References $institution.

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

200  : string
201  {
202  return $this->institution;
203  }
string $institution
+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )

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

References $language.

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

210  : string
211  {
212  return $this->language;
213  }
+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )

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

References $lastname.

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

220  : string
221  {
222  return $this->lastname;
223  }
+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )

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

References $login.

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

230  : string
231  {
232  return $this->login;
233  }
+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )

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

References $matriculation.

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

240  : string
241  {
242  return $this->matriculation;
243  }
string $matriculation
+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )

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

References $phone_home.

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

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

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )

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

References $phone_mobile.

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

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

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )

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

References $phone_office.

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

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

◆ getStreet()

shibConfig::getStreet ( )

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

References $street.

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

280  : string
281  {
282  return $this->street;
283  }
+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )

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

References $title.

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

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

◆ getUpdateCity()

shibConfig::getUpdateCity ( )

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

References $update_city.

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

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )

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

References $update_country.

310  : bool
311  {
312  return $this->update_country;
313  }

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )

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

References $update_data_conv.

320  : bool
321  {
323  }
bool $update_data_conv

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )

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

References $update_department.

330  : bool
331  {
333  }
bool $update_department

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )

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

References $update_email.

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

◆ getUpdateFax()

shibConfig::getUpdateFax ( )

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

References $update_fax.

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

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )

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

References $update_firstname.

506  : bool
507  {
509  }
bool $update_firstname

◆ getUpdateGender()

shibConfig::getUpdateGender ( )

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

References $update_gender.

360  : bool
361  {
362  return $this->update_gender;
363  }

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )

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

References $update_hobby.

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

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )

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

References $update_institution.

380  : bool
381  {
383  }
bool $update_institution

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )

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

References $update_language.

390  : bool
391  {
392  return $this->update_language;
393  }

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )

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

References $update_lastname.

516  : bool
517  {
518  return $this->update_lastname;
519  }

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )

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

References $update_login.

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

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )

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

References $update_matriculation.

410  : bool
411  {
413  }
bool $update_matriculation

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )

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

References $update_phone_home.

420  : bool
421  {
423  }
bool $update_phone_home

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )

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

References $update_phone_mobile.

430  : bool
431  {
433  }
bool $update_phone_mobile

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )

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

References $update_phone_office.

440  : bool
441  {
443  }
bool $update_phone_office

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )

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

References $update_street.

450  : bool
451  {
452  return $this->update_street;
453  }

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

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

References $update_title.

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

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )

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

References $update_zipcode.

476  : bool
477  {
478  return $this->update_zipcode;
479  }

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )

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

References $user_default_role.

496  : int
497  {
499  }
string $user_default_role

◆ getValueByKey()

shibConfig::getValueByKey ( string  $key)
Returns
mixed

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

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

◆ getZipcode()

shibConfig::getZipcode ( )

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

References $zipcode.

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

486  : string
487  {
488  return $this->zipcode;
489  }
+ Here is the caller graph for this function:

◆ isActivateNew()

shibConfig::isActivateNew ( )

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

References $activate_new.

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

◆ setActivateNew()

shibConfig::setActivateNew ( bool  $activate_new)

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

References $activate_new.

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

◆ setCity()

shibConfig::setCity ( string  $city)

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

References $city.

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

◆ setCountry()

shibConfig::setCountry ( string  $country)

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

References $country.

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

◆ setDataConv()

shibConfig::setDataConv ( string  $data_conv)

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

References $data_conv.

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

◆ setDepartment()

shibConfig::setDepartment ( string  $department)

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

References $department.

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

◆ setEmail()

shibConfig::setEmail ( string  $email)

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

References $email.

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

◆ setFax()

shibConfig::setFax ( string  $fax)

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

References $fax.

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

◆ setFirstname()

shibConfig::setFirstname ( string  $firstname)

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

References $firstname.

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

◆ setGender()

shibConfig::setGender ( string  $gender)

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

References $gender.

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

◆ setHobby()

shibConfig::setHobby ( string  $hobby)

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

References $hobby.

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

◆ setInstitution()

shibConfig::setInstitution ( string  $institution)

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

References $institution.

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

◆ setLanguage()

shibConfig::setLanguage ( string  $language)

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

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

205  : void
206  {
207  $this->language = $language;
208  }
+ Here is the call graph for this function:

◆ setLastname()

shibConfig::setLastname ( string  $lastname)

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

References $lastname.

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

◆ setLogin()

shibConfig::setLogin ( string  $login)

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

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

225  : void
226  {
227  $this->login = $login;
228  }
+ Here is the call graph for this function:

◆ setMatriculation()

shibConfig::setMatriculation ( string  $matriculation)

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

References $matriculation.

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

◆ setPhoneHome()

shibConfig::setPhoneHome ( string  $phone_home)

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

References $phone_home.

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

◆ setPhoneMobile()

shibConfig::setPhoneMobile ( string  $phone_mobile)

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

References $phone_mobile.

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

◆ setPhoneOffice()

shibConfig::setPhoneOffice ( string  $phone_office)

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

References $phone_office.

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

◆ setStreet()

shibConfig::setStreet ( string  $street)

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

References $street.

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

◆ setTitle()

shibConfig::setTitle ( string  $title)

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

References $title.

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

◆ setUpdateCity()

shibConfig::setUpdateCity ( bool  $update_city)

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

References $update_city.

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

◆ setUpdateCountry()

shibConfig::setUpdateCountry ( bool  $update_country)

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

References $update_country.

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

◆ setUpdateDataConv()

shibConfig::setUpdateDataConv ( bool  $update_data_conv)

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

References $update_data_conv.

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

◆ setUpdateDepartment()

shibConfig::setUpdateDepartment ( bool  $update_department)

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

References $update_department.

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

◆ setUpdateEmail()

shibConfig::setUpdateEmail ( bool  $update_email)

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

References $update_email.

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

◆ setUpdateFax()

shibConfig::setUpdateFax ( bool  $update_fax)

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

References $update_fax.

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

◆ setUpdateFirstname()

shibConfig::setUpdateFirstname ( bool  $update_firstname)

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

References $update_firstname.

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

◆ setUpdateGender()

shibConfig::setUpdateGender ( bool  $update_gender)

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

References $update_gender.

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

◆ setUpdateHobby()

shibConfig::setUpdateHobby ( bool  $update_hobby)

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

References $update_hobby.

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

◆ setUpdateInstitution()

shibConfig::setUpdateInstitution ( bool  $update_institution)

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

References $update_institution.

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

◆ setUpdateLanguage()

shibConfig::setUpdateLanguage ( bool  $update_language)

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

References $update_language.

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

◆ setUpdateLastname()

shibConfig::setUpdateLastname ( bool  $update_lastname)

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

References $update_lastname.

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

◆ setUpdateLogin()

shibConfig::setUpdateLogin ( bool  $update_login)

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

References $update_login.

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

◆ setUpdateMatriculation()

shibConfig::setUpdateMatriculation ( bool  $update_matriculation)

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

References $update_matriculation.

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

◆ setUpdatePhoneHome()

shibConfig::setUpdatePhoneHome ( bool  $update_phone_home)

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

References $update_phone_home.

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

◆ setUpdatePhoneMobile()

shibConfig::setUpdatePhoneMobile ( bool  $update_phone_mobile)

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

References $update_phone_mobile.

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

◆ setUpdatePhoneOffice()

shibConfig::setUpdatePhoneOffice ( bool  $update_phone_office)

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

References $update_phone_office.

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

◆ setUpdateStreet()

shibConfig::setUpdateStreet ( bool  $update_street)

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

References $update_street.

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

◆ setUpdateTitle()

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

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

References $update_title.

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

◆ setUpdateZipcode()

shibConfig::setUpdateZipcode ( bool  $update_zipcode)

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

References $update_zipcode.

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

◆ setUserDefaultRole()

shibConfig::setUserDefaultRole ( int  $user_default_role)

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

References $user_default_role.

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

◆ setZipcode()

shibConfig::setZipcode ( string  $zipcode)

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

References $zipcode.

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

Field Documentation

◆ $activate_new

bool shibConfig::$activate_new = false
protected

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

Referenced by isActivateNew(), and setActivateNew().

◆ $cache

shibConfig shibConfig::$cache = null
staticprotected

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

◆ $city

string shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

string shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

string shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

string shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

string shibConfig::$email = ''
protected

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

Referenced by setEmail().

◆ $fax

string shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

string shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

string shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

string shibConfig::$hobby = ''
protected

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

Referenced by getHobby(), and setHobby().

◆ $institution

string shibConfig::$institution = ''
protected

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

Referenced by getInstitution(), and setInstitution().

◆ $language

string shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

string shibConfig::$lastname = ''
protected

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

Referenced by getLastname(), and setLastname().

◆ $login

string shibConfig::$login = ''
protected

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

Referenced by getLogin(), and setLogin().

◆ $matriculation

string shibConfig::$matriculation = ''
protected

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

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

string shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

string shibConfig::$phone_mobile = ''
protected

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

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

string shibConfig::$phone_office = ''
protected

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

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

string shibConfig::$street = ''
protected

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

Referenced by getStreet(), and setStreet().

◆ $title

string shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

bool shibConfig::$update_city = false
protected

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

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

bool shibConfig::$update_country = false
protected

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

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

bool shibConfig::$update_data_conv = false
protected

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

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

bool shibConfig::$update_department = false
protected

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

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

bool shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

bool shibConfig::$update_fax = false
protected

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

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

bool shibConfig::$update_firstname = false
protected

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

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

bool shibConfig::$update_gender = false
protected

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

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

bool shibConfig::$update_hobby = false
protected

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

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

bool shibConfig::$update_institution = false
protected

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

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

bool shibConfig::$update_language = false
protected

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

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

bool shibConfig::$update_lastname = false
protected

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

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

bool shibConfig::$update_login = false
protected

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

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

bool shibConfig::$update_matriculation = false
protected

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

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

bool shibConfig::$update_phone_home = false
protected

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

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

bool shibConfig::$update_phone_mobile = false
protected

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

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

bool shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

bool shibConfig::$update_street = false
protected

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

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

bool shibConfig::$update_title = false
protected

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

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

bool shibConfig::$update_zipcode = false
protected

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

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

string shibConfig::$user_default_role = '4'
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

string shibConfig::$zipcode = ''
protected

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

Referenced by getZipcode(), and setZipcode().


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