ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Storage of ecs remote user. More...
Public Member Functions | |
__construct (int $eru_id, int $sid, int $mid, int $usr_id, string $remote_usr_id) | |
Constructor. More... | |
getId () | |
setServerId (int $a_sid) | |
getServerId () | |
setMid (int $a_mid) | |
getMid () | |
setUserId (int $a_usr_id) | |
getUserId () | |
setRemoteUserId (string $a_remote_id) | |
getRemoteUserId () | |
Private Attributes | |
int | $eru_id |
int | $sid |
int | $mid |
int | $usr_id |
string | $remote_usr_id |
Storage of ecs remote user.
Definition at line 24 of file class.ilECSRemoteUser.php.
ilECSRemoteUser::__construct | ( | int | $eru_id, |
int | $sid, | ||
int | $mid, | ||
int | $usr_id, | ||
string | $remote_usr_id | ||
) |
Constructor.
Definition at line 36 of file class.ilECSRemoteUser.php.
References $eru_id, $mid, $remote_usr_id, $sid, and $usr_id.
ilECSRemoteUser::getId | ( | ) |
ilECSRemoteUser::getMid | ( | ) |
ilECSRemoteUser::getRemoteUserId | ( | ) |
ilECSRemoteUser::getServerId | ( | ) |
ilECSRemoteUser::getUserId | ( | ) |
ilECSRemoteUser::setMid | ( | int | $a_mid | ) |
Definition at line 65 of file class.ilECSRemoteUser.php.
ilECSRemoteUser::setRemoteUserId | ( | string | $a_remote_id | ) |
Definition at line 85 of file class.ilECSRemoteUser.php.
ilECSRemoteUser::setServerId | ( | int | $a_sid | ) |
Definition at line 55 of file class.ilECSRemoteUser.php.
ilECSRemoteUser::setUserId | ( | int | $a_usr_id | ) |
Definition at line 75 of file class.ilECSRemoteUser.php.
|
private |
Definition at line 26 of file class.ilECSRemoteUser.php.
Referenced by __construct(), and getId().
|
private |
Definition at line 28 of file class.ilECSRemoteUser.php.
Referenced by __construct(), and getMid().
|
private |
Definition at line 30 of file class.ilECSRemoteUser.php.
Referenced by __construct(), and getRemoteUserId().
|
private |
Definition at line 27 of file class.ilECSRemoteUser.php.
Referenced by __construct(), and getServerId().
|
private |
Definition at line 29 of file class.ilECSRemoteUser.php.
Referenced by __construct(), and getUserId().