ILIAS  release_7 Revision v7.30-3-g800a261c036
shibConfig Class Reference

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

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

Public Member Functions

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

Static Public Member Functions

static getInstance ()
 

Protected Attributes

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

Static Protected Attributes

static $cache
 

Detailed Description

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

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

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

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

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

Member Function Documentation

◆ getCity()

shibConfig::getCity ( )

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

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

References $city.

◆ getCountry()

shibConfig::getCountry ( )

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

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

References $country.

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

+ Here is the caller graph for this function:

◆ getDataConv()

shibConfig::getDataConv ( )

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

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

References $data_conv.

◆ getDepartment()

shibConfig::getDepartment ( )

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

269 : string
270 {
271 return $this->department;
272 }

References $department.

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

+ Here is the caller graph for this function:

◆ getEmail()

shibConfig::getEmail ( )

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

279 : string
280 {
281 return explode(';', $this->email)[0];
282 }

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

+ Here is the caller graph for this function:

◆ getFax()

shibConfig::getFax ( )

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

289 : string
290 {
291 return $this->fax;
292 }

References $fax.

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

+ Here is the caller graph for this function:

◆ getFirstname()

shibConfig::getFirstname ( )

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

299 : string
300 {
301 return $this->firstname;
302 }

References $firstname.

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

+ Here is the caller graph for this function:

◆ getGender()

shibConfig::getGender ( )

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

309 : string
310 {
311 return $this->gender;
312 }

References $gender.

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

+ Here is the caller graph for this function:

◆ getHobby()

shibConfig::getHobby ( )

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

319 : string
320 {
321 return $this->hobby;
322 }

References $hobby.

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

+ Here is the caller graph for this function:

◆ getInstance()

static shibConfig::getInstance ( )
static

Reimplemented in shibServerData.

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

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

References $cache.

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

+ Here is the caller graph for this function:

◆ getInstitution()

shibConfig::getInstitution ( )

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

329 : string
330 {
331 return $this->institution;
332 }

References $institution.

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

+ Here is the caller graph for this function:

◆ getLanguage()

shibConfig::getLanguage ( )

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

339 : string
340 {
341 return $this->language;
342 }

References $language.

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

+ Here is the caller graph for this function:

◆ getLastname()

shibConfig::getLastname ( )

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

349 : string
350 {
351 return $this->lastname;
352 }

References $lastname.

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

+ Here is the caller graph for this function:

◆ getLogin()

shibConfig::getLogin ( )

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

359 : string
360 {
361 return $this->login;
362 }

References $login.

Referenced by shibUser\createFields().

+ Here is the caller graph for this function:

◆ getMatriculation()

shibConfig::getMatriculation ( )

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

369 : string
370 {
372 }

References $matriculation.

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

+ Here is the caller graph for this function:

◆ getPhoneHome()

shibConfig::getPhoneHome ( )

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

379 : string
380 {
381 return $this->phone_home;
382 }

References $phone_home.

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

+ Here is the caller graph for this function:

◆ getPhoneMobile()

shibConfig::getPhoneMobile ( )

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

389 : string
390 {
391 return $this->phone_mobile;
392 }

References $phone_mobile.

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

+ Here is the caller graph for this function:

◆ getPhoneOffice()

shibConfig::getPhoneOffice ( )

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

399 : string
400 {
401 return $this->phone_office;
402 }

References $phone_office.

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

+ Here is the caller graph for this function:

◆ getStreet()

shibConfig::getStreet ( )

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

409 : string
410 {
411 return $this->street;
412 }

References $street.

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

+ Here is the caller graph for this function:

◆ getTitle()

shibConfig::getTitle ( )

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

419 : string
420 {
421 return $this->title;
422 }

References $title.

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

+ Here is the caller graph for this function:

◆ getUpdateCity()

shibConfig::getUpdateCity ( )

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

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

References $update_city.

◆ getUpdateCountry()

shibConfig::getUpdateCountry ( )

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

439 : bool
440 {
442 }

References $update_country.

◆ getUpdateDataConv()

shibConfig::getUpdateDataConv ( )

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

449 : bool
450 {
452 }

References $update_data_conv.

◆ getUpdateDepartment()

shibConfig::getUpdateDepartment ( )

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

459 : bool
460 {
462 }

References $update_department.

◆ getUpdateEmail()

shibConfig::getUpdateEmail ( )

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

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

References $update_email.

◆ getUpdateFax()

shibConfig::getUpdateFax ( )

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

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

References $update_fax.

◆ getUpdateFirstname()

shibConfig::getUpdateFirstname ( )

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

635 : bool
636 {
638 }

References $update_firstname.

◆ getUpdateGender()

shibConfig::getUpdateGender ( )

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

489 : bool
490 {
492 }

References $update_gender.

◆ getUpdateHobby()

shibConfig::getUpdateHobby ( )

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

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

References $update_hobby.

◆ getUpdateInstitution()

shibConfig::getUpdateInstitution ( )

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

509 : bool
510 {
512 }

References $update_institution.

◆ getUpdateLanguage()

shibConfig::getUpdateLanguage ( )

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

519 : bool
520 {
522 }

References $update_language.

◆ getUpdateLastname()

shibConfig::getUpdateLastname ( )

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

645 : bool
646 {
648 }

References $update_lastname.

◆ getUpdateLogin()

shibConfig::getUpdateLogin ( )

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

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

References $update_login.

◆ getUpdateMatriculation()

shibConfig::getUpdateMatriculation ( )

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

539 : bool
540 {
542 }

References $update_matriculation.

◆ getUpdatePhoneHome()

shibConfig::getUpdatePhoneHome ( )

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

549 : bool
550 {
552 }

References $update_phone_home.

◆ getUpdatePhoneMobile()

shibConfig::getUpdatePhoneMobile ( )

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

559 : bool
560 {
562 }

References $update_phone_mobile.

◆ getUpdatePhoneOffice()

shibConfig::getUpdatePhoneOffice ( )

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

569 : bool
570 {
572 }

References $update_phone_office.

◆ getUpdateStreet()

shibConfig::getUpdateStreet ( )

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

579 : bool
580 {
582 }

References $update_street.

◆ getUpdateTitle()

shibConfig::getUpdateTitle ( )
Returns
mixed

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

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

References $update_title.

◆ getUpdateZipcode()

shibConfig::getUpdateZipcode ( )

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

605 : bool
606 {
608 }

References $update_zipcode.

◆ getUserDefaultRole()

shibConfig::getUserDefaultRole ( )

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

625 : int
626 {
628 }

References $user_default_role.

◆ getValueByKey()

shibConfig::getValueByKey ( string  $key)
Returns
mixed

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

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

◆ getZipcode()

shibConfig::getZipcode ( )

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

615 : string
616 {
617 return $this->zipcode;
618 }

References $zipcode.

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

+ Here is the caller graph for this function:

◆ isActivateNew()

shibConfig::isActivateNew ( )

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

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

References $activate_new.

◆ setActivateNew()

shibConfig::setActivateNew ( bool  $activate_new)

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

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

References $activate_new.

◆ setCity()

shibConfig::setCity ( string  $city)

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

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

References $city.

◆ setCountry()

shibConfig::setCountry ( string  $country)

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

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

References $country.

◆ setDataConv()

shibConfig::setDataConv ( string  $data_conv)

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

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

References $data_conv.

◆ setDepartment()

shibConfig::setDepartment ( string  $department)

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

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

References $department.

◆ setEmail()

shibConfig::setEmail ( string  $email)

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

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

References $email.

◆ setFax()

shibConfig::setFax ( string  $fax)

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

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

References $fax.

◆ setFirstname()

shibConfig::setFirstname ( string  $firstname)

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

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

References $firstname.

◆ setGender()

shibConfig::setGender ( string  $gender)

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

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

References $gender.

◆ setHobby()

shibConfig::setHobby ( string  $hobby)

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

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

References $hobby.

◆ setInstitution()

shibConfig::setInstitution ( string  $institution)

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

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

References $institution.

◆ setLanguage()

shibConfig::setLanguage ( string  $language)

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

334 : void
335 {
336 $this->language = $language;
337 }
language()
Definition: language.php:2

References $language, and language().

+ Here is the call graph for this function:

◆ setLastname()

shibConfig::setLastname ( string  $lastname)

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

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

References $lastname.

◆ setLogin()

shibConfig::setLogin ( string  $login)

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

354 : void
355 {
356 $this->login = $login;
357 }
login()
Definition: login.php:2

References $login, and login().

+ Here is the call graph for this function:

◆ setMatriculation()

shibConfig::setMatriculation ( string  $matriculation)

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

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

References $matriculation.

◆ setPhoneHome()

shibConfig::setPhoneHome ( string  $phone_home)

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

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

References $phone_home.

◆ setPhoneMobile()

shibConfig::setPhoneMobile ( string  $phone_mobile)

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

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

References $phone_mobile.

◆ setPhoneOffice()

shibConfig::setPhoneOffice ( string  $phone_office)

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

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

References $phone_office.

◆ setStreet()

shibConfig::setStreet ( string  $street)

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

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

References $street.

◆ setTitle()

shibConfig::setTitle ( string  $title)

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

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

References $title.

◆ setUpdateCity()

shibConfig::setUpdateCity ( bool  $update_city)

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

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

References $update_city.

◆ setUpdateCountry()

shibConfig::setUpdateCountry ( bool  $update_country)

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

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

References $update_country.

◆ setUpdateDataConv()

shibConfig::setUpdateDataConv ( bool  $update_data_conv)

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

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

References $update_data_conv.

◆ setUpdateDepartment()

shibConfig::setUpdateDepartment ( bool  $update_department)

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

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

References $update_department.

◆ setUpdateEmail()

shibConfig::setUpdateEmail ( bool  $update_email)

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

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

References $update_email.

◆ setUpdateFax()

shibConfig::setUpdateFax ( bool  $update_fax)

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

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

References $update_fax.

◆ setUpdateFirstname()

shibConfig::setUpdateFirstname ( bool  $update_firstname)

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

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

References $update_firstname.

◆ setUpdateGender()

shibConfig::setUpdateGender ( bool  $update_gender)

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

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

References $update_gender.

◆ setUpdateHobby()

shibConfig::setUpdateHobby ( bool  $update_hobby)

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

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

References $update_hobby.

◆ setUpdateInstitution()

shibConfig::setUpdateInstitution ( bool  $update_institution)

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

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

References $update_institution.

◆ setUpdateLanguage()

shibConfig::setUpdateLanguage ( bool  $update_language)

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

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

References $update_language.

◆ setUpdateLastname()

shibConfig::setUpdateLastname ( bool  $update_lastname)

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

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

References $update_lastname.

◆ setUpdateLogin()

shibConfig::setUpdateLogin ( bool  $update_login)

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

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

References $update_login.

◆ setUpdateMatriculation()

shibConfig::setUpdateMatriculation ( bool  $update_matriculation)

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

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

References $update_matriculation.

◆ setUpdatePhoneHome()

shibConfig::setUpdatePhoneHome ( bool  $update_phone_home)

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

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

References $update_phone_home.

◆ setUpdatePhoneMobile()

shibConfig::setUpdatePhoneMobile ( bool  $update_phone_mobile)

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

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

References $update_phone_mobile.

◆ setUpdatePhoneOffice()

shibConfig::setUpdatePhoneOffice ( bool  $update_phone_office)

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

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

References $update_phone_office.

◆ setUpdateStreet()

shibConfig::setUpdateStreet ( bool  $update_street)

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

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

References $update_street.

◆ setUpdateTitle()

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

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

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

References $update_title.

◆ setUpdateZipcode()

shibConfig::setUpdateZipcode ( bool  $update_zipcode)

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

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

References $update_zipcode.

◆ setUserDefaultRole()

shibConfig::setUserDefaultRole ( int  $user_default_role)

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

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

References $user_default_role.

◆ setZipcode()

shibConfig::setZipcode ( string  $zipcode)

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

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

References $zipcode.

Field Documentation

◆ $activate_new

shibConfig::$activate_new = false
protected

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

Referenced by isActivateNew(), and setActivateNew().

◆ $cache

shibConfig::$cache
staticprotected

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

Referenced by getInstance().

◆ $city

shibConfig::$city = ''
protected

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

Referenced by getCity(), and setCity().

◆ $country

shibConfig::$country = ''
protected

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

Referenced by getCountry(), and setCountry().

◆ $data_conv

shibConfig::$data_conv = ''
protected

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

Referenced by getDataConv(), and setDataConv().

◆ $department

shibConfig::$department = ''
protected

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

Referenced by getDepartment(), and setDepartment().

◆ $email

shibConfig::$email = ''
protected

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

Referenced by setEmail().

◆ $fax

shibConfig::$fax = ''
protected

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

Referenced by getFax(), and setFax().

◆ $firstname

shibConfig::$firstname = ''
protected

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

Referenced by getFirstname(), and setFirstname().

◆ $gender

shibConfig::$gender = ''
protected

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

Referenced by getGender(), and setGender().

◆ $hobby

shibConfig::$hobby = ''
protected

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

Referenced by getHobby(), and setHobby().

◆ $institution

shibConfig::$institution = ''
protected

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

Referenced by getInstitution(), and setInstitution().

◆ $language

shibConfig::$language = ''
protected

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

Referenced by getLanguage(), and setLanguage().

◆ $lastname

shibConfig::$lastname = ''
protected

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

Referenced by getLastname(), and setLastname().

◆ $login

shibConfig::$login = ''
protected

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

Referenced by getLogin(), and setLogin().

◆ $matriculation

shibConfig::$matriculation = ''
protected

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

Referenced by getMatriculation(), and setMatriculation().

◆ $phone_home

shibConfig::$phone_home = ''
protected

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

Referenced by getPhoneHome(), and setPhoneHome().

◆ $phone_mobile

shibConfig::$phone_mobile = ''
protected

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

Referenced by getPhoneMobile(), and setPhoneMobile().

◆ $phone_office

shibConfig::$phone_office = ''
protected

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

Referenced by getPhoneOffice(), and setPhoneOffice().

◆ $street

shibConfig::$street = ''
protected

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

Referenced by getStreet(), and setStreet().

◆ $title

shibConfig::$title = ''
protected

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

Referenced by getTitle(), and setTitle().

◆ $update_city

shibConfig::$update_city = false
protected

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

Referenced by getUpdateCity(), and setUpdateCity().

◆ $update_country

shibConfig::$update_country = false
protected

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

Referenced by getUpdateCountry(), and setUpdateCountry().

◆ $update_data_conv

shibConfig::$update_data_conv = false
protected

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

Referenced by getUpdateDataConv(), and setUpdateDataConv().

◆ $update_department

shibConfig::$update_department = false
protected

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

Referenced by getUpdateDepartment(), and setUpdateDepartment().

◆ $update_email

shibConfig::$update_email = false
protected

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

Referenced by getUpdateEmail(), and setUpdateEmail().

◆ $update_fax

shibConfig::$update_fax = false
protected

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

Referenced by getUpdateFax(), and setUpdateFax().

◆ $update_firstname

shibConfig::$update_firstname = false
protected

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

Referenced by getUpdateFirstname(), and setUpdateFirstname().

◆ $update_gender

shibConfig::$update_gender = false
protected

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

Referenced by getUpdateGender(), and setUpdateGender().

◆ $update_hobby

shibConfig::$update_hobby = false
protected

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

Referenced by getUpdateHobby(), and setUpdateHobby().

◆ $update_institution

shibConfig::$update_institution = false
protected

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

Referenced by getUpdateInstitution(), and setUpdateInstitution().

◆ $update_language

shibConfig::$update_language = false
protected

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

Referenced by getUpdateLanguage(), and setUpdateLanguage().

◆ $update_lastname

shibConfig::$update_lastname = false
protected

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

Referenced by getUpdateLastname(), and setUpdateLastname().

◆ $update_login

shibConfig::$update_login = false
protected

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

Referenced by getUpdateLogin(), and setUpdateLogin().

◆ $update_matriculation

shibConfig::$update_matriculation = false
protected

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

Referenced by getUpdateMatriculation(), and setUpdateMatriculation().

◆ $update_phone_home

shibConfig::$update_phone_home = false
protected

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

Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().

◆ $update_phone_mobile

shibConfig::$update_phone_mobile = false
protected

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

Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().

◆ $update_phone_office

shibConfig::$update_phone_office = false
protected

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

Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().

◆ $update_street

shibConfig::$update_street = false
protected

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

Referenced by getUpdateStreet(), and setUpdateStreet().

◆ $update_title

shibConfig::$update_title = false
protected

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

Referenced by getUpdateTitle(), and setUpdateTitle().

◆ $update_zipcode

shibConfig::$update_zipcode = false
protected

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

Referenced by getUpdateZipcode(), and setUpdateZipcode().

◆ $user_default_role

shibConfig::$user_default_role = '4'
protected

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

Referenced by getUserDefaultRole(), and setUserDefaultRole().

◆ $zipcode

shibConfig::$zipcode = ''
protected

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

Referenced by getZipcode(), and setZipcode().


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