|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Stores relevant user data. More...
Collaboration diagram for ilECSUser: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 () | |
| @access 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 | |
Stores relevant user data.
@ilCtrl_Calls
Definition at line 35 of file class.ilECSUser.php.
| ilECSUser::__construct | ( | $a_data | ) |
Constructor.
| mixed | ilObjUser or encoded json string @access public |
Definition at line 52 of file class.ilECSUser.php.
References loadFromGET(), loadFromJSON(), and loadFromObject().
Here is the call graph for this function:| ilECSUser::getEmail | ( | ) |
get email
@access public
Definition at line 101 of file class.ilECSUser.php.
References $email.
Referenced by ilAuthContainerECS\createUser(), ilAuthProviderECS\createUser(), ilAuthContainerECS\updateUser(), and ilAuthProviderECS\updateUser().
Here is the caller graph for this function:| ilECSUser::getFirstname | ( | ) |
get firstname
@access public
Definition at line 81 of file class.ilECSUser.php.
References $firstname.
Referenced by ilAuthContainerECS\createUser(), ilAuthProviderECS\createUser(), ilAuthContainerECS\updateUser(), and ilAuthProviderECS\updateUser().
Here is the caller graph for this function:| ilECSUser::getImportId | ( | ) |
get Email
@access public
Definition at line 122 of file class.ilECSUser.php.
References $uid_hash.
Referenced by ilAuthContainerECS\createUser(), ilAuthProviderECS\createUser(), ilAuthContainerECS\updateUser(), and ilAuthProviderECS\updateUser().
Here is the caller graph for this function:| ilECSUser::getInstitution | ( | ) |
get institution
@access public
Definition at line 111 of file class.ilECSUser.php.
References $institution.
Referenced by ilAuthContainerECS\createUser(), ilAuthProviderECS\createUser(), ilAuthContainerECS\updateUser(), and ilAuthProviderECS\updateUser().
Here is the caller graph for this function:| ilECSUser::getLastname | ( | ) |
getLastname
@access public
Definition at line 91 of file class.ilECSUser.php.
References $lastname.
Referenced by ilAuthContainerECS\createUser(), ilAuthProviderECS\createUser(), ilAuthContainerECS\updateUser(), and ilAuthProviderECS\updateUser().
Here is the caller graph for this function:| ilECSUser::getLogin | ( | ) |
get login
@access public
Definition at line 70 of file class.ilECSUser.php.
References $login.
Referenced by ilAuthContainerECS\createUser(), and ilAuthProviderECS\createUser().
Here is the caller graph for this function:| ilECSUser::loadFromGET | ( | ) |
load user data from GET parameters
@access public
Definition at line 171 of file class.ilECSUser.php.
References $_GET, and ilUtil\stripSlashes().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSUser::loadFromJSON | ( | ) |
load from json
@access public
Definition at line 152 of file class.ilECSUser.php.
Referenced by __construct().
Here is the caller graph for this function:| ilECSUser::loadFromObject | ( | ) |
load from object
@access public
Definition at line 133 of file class.ilECSUser.php.
References $ilSetting.
Referenced by __construct().
Here is the caller graph for this function:| ilECSUser::toGET | ( | ) |
get GET parameter string
@access public
Definition at line 204 of file class.ilECSUser.php.
| ilECSUser::toJSON | ( | ) |
@access public
Definition at line 193 of file class.ilECSUser.php.
| ilECSUser::toREALM | ( | ) |
Concatenate all attributes to one string.
Definition at line 219 of file class.ilECSUser.php.
| 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().