getUser()
getUser( $user_id) : \User_Account
Given a user id, retrieve it.
In the case of the User backend, the $user_id is the login.
Parameters
$user_id |
Backend to authenticate against the User model.
getUser( $user_id) : \User_Account
Given a user id, retrieve it.
In the case of the User backend, the $user_id is the login.
$user_id |
getCredential( $user_id) : \User_Account
Returns credential data of given user if exist
In the case of the User backend, the $user_id is the login.
$user_id |