MediaWiki
1.30.0
|
Public Member Functions | |
__construct ( $user) | |
getId () | |
isHidden () | |
Indicate whether the user is hidden. More... | |
isLocked () | |
Indicate whether the user is locked. More... | |
resetAuthToken () | |
Private Attributes | |
User | $user |
MediaWiki\Auth\AuthManagerAuthPluginUser::__construct | ( | $user | ) |
Reimplemented from AuthPluginUser.
Definition at line 209 of file AuthManagerAuthPlugin.php.
References MediaWiki\Auth\AuthManagerAuthPluginUser\$user, and user.
MediaWiki\Auth\AuthManagerAuthPluginUser::getId | ( | ) |
Reimplemented from AuthPluginUser.
Definition at line 213 of file AuthManagerAuthPlugin.php.
References user.
MediaWiki\Auth\AuthManagerAuthPluginUser::isHidden | ( | ) |
Indicate whether the user is hidden.
Reimplemented from AuthPluginUser.
Definition at line 221 of file AuthManagerAuthPlugin.php.
References user.
MediaWiki\Auth\AuthManagerAuthPluginUser::isLocked | ( | ) |
Indicate whether the user is locked.
Reimplemented from AuthPluginUser.
Definition at line 217 of file AuthManagerAuthPlugin.php.
References user.
MediaWiki\Auth\AuthManagerAuthPluginUser::resetAuthToken | ( | ) |
Reimplemented from AuthPluginUser.
Definition at line 225 of file AuthManagerAuthPlugin.php.
References MediaWiki\Session\SessionManager\singleton(), and user.
|
private |
Definition at line 207 of file AuthManagerAuthPlugin.php.
Referenced by MediaWiki\Auth\AuthManagerAuthPluginUser\__construct().