ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Stores relevant user data. More...
Public Member Functions | |
__construct ($a_data) | |
Constructor. More... | |
getLogin () | |
get login More... | |
getFirstname () | |
get firstname More... | |
getLastname () | |
getLastname More... | |
getEmail () | |
get email More... | |
getInstitution () | |
get institution More... | |
getImportId () | |
get Email More... | |
loadFromObject () | |
load from object More... | |
loadFromJSON () | |
load from json More... | |
loadFromGET () | |
load user data from GET parameters More... | |
toJSON () | |
public More... | |
toGET () | |
get GET parameter string More... | |
toREALM () | |
Concatenate all attributes to one string. More... | |
Data Fields | |
$login | |
$firstname | |
$lastname | |
$institution | |
$uid_hash | |
Protected Attributes | |
$source | |
ilECSUser::__construct | ( | $a_data | ) |
Constructor.
mixed | ilObjUser or encoded json string public |
Definition at line 52 of file class.ilECSUser.php.
References loadFromGET(), loadFromJSON(), and loadFromObject().
ilECSUser::getEmail | ( | ) |
get email
public
Definition at line 101 of file class.ilECSUser.php.
References $email.
Referenced by ilAuthProviderECS\createUser(), ilAuthContainerECS\createUser(), ilAuthProviderECS\updateUser(), and ilAuthContainerECS\updateUser().
ilECSUser::getFirstname | ( | ) |
get firstname
public
Definition at line 81 of file class.ilECSUser.php.
References $firstname.
Referenced by ilAuthProviderECS\createUser(), ilAuthContainerECS\createUser(), ilAuthProviderECS\updateUser(), and ilAuthContainerECS\updateUser().
ilECSUser::getImportId | ( | ) |
get Email
public
Definition at line 122 of file class.ilECSUser.php.
References $uid_hash.
Referenced by ilAuthProviderECS\createUser(), ilAuthContainerECS\createUser(), ilAuthProviderECS\updateUser(), and ilAuthContainerECS\updateUser().
ilECSUser::getInstitution | ( | ) |
get institution
public
Definition at line 111 of file class.ilECSUser.php.
References $institution.
Referenced by ilAuthProviderECS\createUser(), ilAuthContainerECS\createUser(), ilAuthProviderECS\updateUser(), and ilAuthContainerECS\updateUser().
ilECSUser::getLastname | ( | ) |
getLastname
public
Definition at line 91 of file class.ilECSUser.php.
References $lastname.
Referenced by ilAuthProviderECS\createUser(), ilAuthContainerECS\createUser(), ilAuthProviderECS\updateUser(), and ilAuthContainerECS\updateUser().
ilECSUser::getLogin | ( | ) |
get login
public
Definition at line 70 of file class.ilECSUser.php.
References $login.
Referenced by ilAuthProviderECS\createUser(), and ilAuthContainerECS\createUser().
ilECSUser::loadFromGET | ( | ) |
load user data from GET parameters
public
Definition at line 171 of file class.ilECSUser.php.
References $_GET, and ilUtil\stripSlashes().
Referenced by __construct().
ilECSUser::loadFromJSON | ( | ) |
load from json
public
Definition at line 152 of file class.ilECSUser.php.
Referenced by __construct().
ilECSUser::loadFromObject | ( | ) |
load from object
public
Definition at line 133 of file class.ilECSUser.php.
References $ilSetting.
Referenced by __construct().
ilECSUser::toGET | ( | ) |
ilECSUser::toJSON | ( | ) |
ilECSUser::toREALM | ( | ) |
Concatenate all attributes to one string.
Definition at line 219 of file class.ilECSUser.php.
References string.
ilECSUser::$email |
Definition at line 40 of file class.ilECSUser.php.
Referenced by getEmail().
ilECSUser::$firstname |
Definition at line 41 of file class.ilECSUser.php.
Referenced by getFirstname().
ilECSUser::$institution |
Definition at line 43 of file class.ilECSUser.php.
Referenced by getInstitution().
ilECSUser::$lastname |
Definition at line 42 of file class.ilECSUser.php.
Referenced by getLastname().
ilECSUser::$login |
Definition at line 39 of file class.ilECSUser.php.
Referenced by getLogin().
|
protected |
Definition at line 37 of file class.ilECSUser.php.
ilECSUser::$uid_hash |
Definition at line 44 of file class.ilECSUser.php.
Referenced by getImportId().