ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
__construct () | |
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 |
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
Definition at line 24 of file class.shibConfig.php.
|
protected |
Definition at line 70 of file class.shibConfig.php.
References $DIC, $ilSetting, and null.
shibConfig::getCity | ( | ) |
shibConfig::getCountry | ( | ) |
Definition at line 117 of file class.shibConfig.php.
References $country.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getDataConv | ( | ) |
shibConfig::getDepartment | ( | ) |
Definition at line 137 of file class.shibConfig.php.
References $department.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getEmail | ( | ) |
Definition at line 147 of file class.shibConfig.php.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFax | ( | ) |
Definition at line 157 of file class.shibConfig.php.
References $fax.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getFirstname | ( | ) |
Definition at line 167 of file class.shibConfig.php.
References $firstname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getGender | ( | ) |
Definition at line 177 of file class.shibConfig.php.
References $gender.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getHobby | ( | ) |
Definition at line 187 of file class.shibConfig.php.
References $hobby.
Referenced by shibUser\createFields(), and shibUser\updateFields().
|
static |
Definition at line 82 of file class.shibConfig.php.
Referenced by shibServerData\__construct(), shibUser\create(), and shibUser\updateFields().
shibConfig::getInstitution | ( | ) |
Definition at line 197 of file class.shibConfig.php.
References $institution.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLanguage | ( | ) |
Definition at line 207 of file class.shibConfig.php.
References $language.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLastname | ( | ) |
Definition at line 217 of file class.shibConfig.php.
References $lastname.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getLogin | ( | ) |
Definition at line 227 of file class.shibConfig.php.
References $login.
Referenced by shibUser\buildInstance(), and shibUser\createFields().
shibConfig::getMatriculation | ( | ) |
Definition at line 237 of file class.shibConfig.php.
References $matriculation.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneHome | ( | ) |
Definition at line 247 of file class.shibConfig.php.
References $phone_home.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneMobile | ( | ) |
Definition at line 257 of file class.shibConfig.php.
References $phone_mobile.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getPhoneOffice | ( | ) |
Definition at line 267 of file class.shibConfig.php.
References $phone_office.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getStreet | ( | ) |
Definition at line 277 of file class.shibConfig.php.
References $street.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getTitle | ( | ) |
Definition at line 287 of file class.shibConfig.php.
References $title.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::getUpdateCity | ( | ) |
shibConfig::getUpdateCountry | ( | ) |
shibConfig::getUpdateDataConv | ( | ) |
shibConfig::getUpdateDepartment | ( | ) |
shibConfig::getUpdateEmail | ( | ) |
shibConfig::getUpdateFax | ( | ) |
shibConfig::getUpdateFirstname | ( | ) |
shibConfig::getUpdateGender | ( | ) |
shibConfig::getUpdateHobby | ( | ) |
shibConfig::getUpdateInstitution | ( | ) |
shibConfig::getUpdateLanguage | ( | ) |
shibConfig::getUpdateLastname | ( | ) |
shibConfig::getUpdateLogin | ( | ) |
shibConfig::getUpdateMatriculation | ( | ) |
shibConfig::getUpdatePhoneHome | ( | ) |
shibConfig::getUpdatePhoneMobile | ( | ) |
shibConfig::getUpdatePhoneOffice | ( | ) |
shibConfig::getUpdateStreet | ( | ) |
shibConfig::getUpdateTitle | ( | ) |
shibConfig::getUpdateZipcode | ( | ) |
shibConfig::getUserDefaultRole | ( | ) |
shibConfig::getValueByKey | ( | string | $key | ) |
Definition at line 94 of file class.shibConfig.php.
References null.
shibConfig::getZipcode | ( | ) |
Definition at line 483 of file class.shibConfig.php.
References $zipcode.
Referenced by shibUser\createFields(), and shibUser\updateFields().
shibConfig::isActivateNew | ( | ) |
shibConfig::setActivateNew | ( | bool | $activate_new | ) |
shibConfig::setCity | ( | string | $city | ) |
shibConfig::setCountry | ( | string | $country | ) |
shibConfig::setDataConv | ( | string | $data_conv | ) |
shibConfig::setDepartment | ( | string | $department | ) |
shibConfig::setEmail | ( | string | ) |
shibConfig::setFax | ( | string | $fax | ) |
shibConfig::setFirstname | ( | string | $firstname | ) |
shibConfig::setGender | ( | string | $gender | ) |
shibConfig::setHobby | ( | string | $hobby | ) |
shibConfig::setInstitution | ( | string | $institution | ) |
shibConfig::setLanguage | ( | string | $language | ) |
Definition at line 202 of file class.shibConfig.php.
References $language, and ILIAS\UI\examples\Symbol\Glyph\Language\language().
shibConfig::setLastname | ( | string | $lastname | ) |
shibConfig::setLogin | ( | string | $login | ) |
Definition at line 222 of file class.shibConfig.php.
References $login, and ILIAS\UI\examples\Symbol\Glyph\Login\login().
shibConfig::setMatriculation | ( | string | $matriculation | ) |
shibConfig::setPhoneHome | ( | string | $phone_home | ) |
shibConfig::setPhoneMobile | ( | string | $phone_mobile | ) |
shibConfig::setPhoneOffice | ( | string | $phone_office | ) |
shibConfig::setStreet | ( | string | $street | ) |
shibConfig::setTitle | ( | string | $title | ) |
shibConfig::setUpdateCity | ( | bool | $update_city | ) |
shibConfig::setUpdateCountry | ( | bool | $update_country | ) |
shibConfig::setUpdateDataConv | ( | bool | $update_data_conv | ) |
shibConfig::setUpdateDepartment | ( | bool | $update_department | ) |
shibConfig::setUpdateEmail | ( | bool | $update_email | ) |
shibConfig::setUpdateFax | ( | bool | $update_fax | ) |
shibConfig::setUpdateFirstname | ( | bool | $update_firstname | ) |
shibConfig::setUpdateGender | ( | bool | $update_gender | ) |
shibConfig::setUpdateHobby | ( | bool | $update_hobby | ) |
shibConfig::setUpdateInstitution | ( | bool | $update_institution | ) |
shibConfig::setUpdateLanguage | ( | bool | $update_language | ) |
shibConfig::setUpdateLastname | ( | bool | $update_lastname | ) |
shibConfig::setUpdateLogin | ( | bool | $update_login | ) |
shibConfig::setUpdateMatriculation | ( | bool | $update_matriculation | ) |
shibConfig::setUpdatePhoneHome | ( | bool | $update_phone_home | ) |
shibConfig::setUpdatePhoneMobile | ( | bool | $update_phone_mobile | ) |
shibConfig::setUpdatePhoneOffice | ( | bool | $update_phone_office | ) |
shibConfig::setUpdateStreet | ( | bool | $update_street | ) |
shibConfig::setUpdateTitle | ( | bool | $update_title | ) |
mixed | $update_title |
Definition at line 455 of file class.shibConfig.php.
References $update_title.
shibConfig::setUpdateZipcode | ( | bool | $update_zipcode | ) |
shibConfig::setUserDefaultRole | ( | int | $user_default_role | ) |
shibConfig::setZipcode | ( | string | $zipcode | ) |
|
protected |
Definition at line 67 of file class.shibConfig.php.
Referenced by isActivateNew(), and setActivateNew().
|
staticprotected |
Definition at line 68 of file class.shibConfig.php.
|
protected |
Definition at line 42 of file class.shibConfig.php.
|
protected |
Definition at line 46 of file class.shibConfig.php.
Referenced by getCountry(), and setCountry().
|
protected |
Definition at line 64 of file class.shibConfig.php.
Referenced by getDataConv(), and setDataConv().
|
protected |
Definition at line 38 of file class.shibConfig.php.
Referenced by getDepartment(), and setDepartment().
|
protected |
Definition at line 58 of file class.shibConfig.php.
Referenced by setEmail().
|
protected |
Definition at line 54 of file class.shibConfig.php.
|
protected |
Definition at line 26 of file class.shibConfig.php.
Referenced by getFirstname(), and setFirstname().
|
protected |
Definition at line 30 of file class.shibConfig.php.
Referenced by getGender(), and setGender().
|
protected |
Definition at line 60 of file class.shibConfig.php.
Referenced by getHobby(), and setHobby().
|
protected |
Definition at line 36 of file class.shibConfig.php.
Referenced by getInstitution(), and setInstitution().
|
protected |
Definition at line 62 of file class.shibConfig.php.
Referenced by getLanguage(), and setLanguage().
|
protected |
Definition at line 28 of file class.shibConfig.php.
Referenced by getLastname(), and setLastname().
|
protected |
Definition at line 32 of file class.shibConfig.php.
Referenced by getLogin(), and setLogin().
|
protected |
Definition at line 56 of file class.shibConfig.php.
Referenced by getMatriculation(), and setMatriculation().
|
protected |
Definition at line 50 of file class.shibConfig.php.
Referenced by getPhoneHome(), and setPhoneHome().
|
protected |
Definition at line 52 of file class.shibConfig.php.
Referenced by getPhoneMobile(), and setPhoneMobile().
|
protected |
Definition at line 48 of file class.shibConfig.php.
Referenced by getPhoneOffice(), and setPhoneOffice().
|
protected |
Definition at line 40 of file class.shibConfig.php.
Referenced by getStreet(), and setStreet().
|
protected |
Definition at line 34 of file class.shibConfig.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 43 of file class.shibConfig.php.
Referenced by getUpdateCity(), and setUpdateCity().
|
protected |
Definition at line 47 of file class.shibConfig.php.
Referenced by getUpdateCountry(), and setUpdateCountry().
|
protected |
Definition at line 65 of file class.shibConfig.php.
Referenced by getUpdateDataConv(), and setUpdateDataConv().
|
protected |
Definition at line 39 of file class.shibConfig.php.
Referenced by getUpdateDepartment(), and setUpdateDepartment().
|
protected |
Definition at line 59 of file class.shibConfig.php.
Referenced by getUpdateEmail(), and setUpdateEmail().
|
protected |
Definition at line 55 of file class.shibConfig.php.
Referenced by getUpdateFax(), and setUpdateFax().
|
protected |
Definition at line 27 of file class.shibConfig.php.
Referenced by getUpdateFirstname(), and setUpdateFirstname().
|
protected |
Definition at line 31 of file class.shibConfig.php.
Referenced by getUpdateGender(), and setUpdateGender().
|
protected |
Definition at line 61 of file class.shibConfig.php.
Referenced by getUpdateHobby(), and setUpdateHobby().
|
protected |
Definition at line 37 of file class.shibConfig.php.
Referenced by getUpdateInstitution(), and setUpdateInstitution().
|
protected |
Definition at line 63 of file class.shibConfig.php.
Referenced by getUpdateLanguage(), and setUpdateLanguage().
|
protected |
Definition at line 29 of file class.shibConfig.php.
Referenced by getUpdateLastname(), and setUpdateLastname().
|
protected |
Definition at line 33 of file class.shibConfig.php.
Referenced by getUpdateLogin(), and setUpdateLogin().
|
protected |
Definition at line 57 of file class.shibConfig.php.
Referenced by getUpdateMatriculation(), and setUpdateMatriculation().
|
protected |
Definition at line 51 of file class.shibConfig.php.
Referenced by getUpdatePhoneHome(), and setUpdatePhoneHome().
|
protected |
Definition at line 53 of file class.shibConfig.php.
Referenced by getUpdatePhoneMobile(), and setUpdatePhoneMobile().
|
protected |
Definition at line 49 of file class.shibConfig.php.
Referenced by getUpdatePhoneOffice(), and setUpdatePhoneOffice().
|
protected |
Definition at line 41 of file class.shibConfig.php.
Referenced by getUpdateStreet(), and setUpdateStreet().
|
protected |
Definition at line 35 of file class.shibConfig.php.
Referenced by getUpdateTitle(), and setUpdateTitle().
|
protected |
Definition at line 45 of file class.shibConfig.php.
Referenced by getUpdateZipcode(), and setUpdateZipcode().
|
protected |
Definition at line 66 of file class.shibConfig.php.
Referenced by getUserDefaultRole(), and setUserDefaultRole().
|
protected |
Definition at line 44 of file class.shibConfig.php.
Referenced by getZipcode(), and setZipcode().