|
MediaWiki
master
|


Public Member Functions | |
| __construct ($user) | |
| getId () | |
| isHidden () | |
| isLocked () | |
| resetAuthToken () | |
Public Member Functions inherited from AuthPluginUser | |
| __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 | ) |
Definition at line 209 of file AuthManagerAuthPlugin.php.
References MediaWiki\Auth\AuthManagerAuthPluginUser\$user, and user.
| MediaWiki\Auth\AuthManagerAuthPluginUser::getId | ( | ) |
Definition at line 213 of file AuthManagerAuthPlugin.php.
References user.
| MediaWiki\Auth\AuthManagerAuthPluginUser::isHidden | ( | ) |
Definition at line 221 of file AuthManagerAuthPlugin.php.
References user.
| MediaWiki\Auth\AuthManagerAuthPluginUser::isLocked | ( | ) |
Definition at line 217 of file AuthManagerAuthPlugin.php.
References user.
| MediaWiki\Auth\AuthManagerAuthPluginUser::resetAuthToken | ( | ) |
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().