Go to the documentation of this file.
63 if ( $wgOATHAuthAccountPrefix !==
false ) {
64 return $wgOATHAuthAccountPrefix;
73 return $this->user->getName();
93 if ( !empty( $this->keys ) ) {
94 return $this->keys[0];
106 if ( is_array(
$keys ) ) {
107 foreach (
$keys as $key ) {
132 $this->keys[] = $key;
158 $this->module =
null;
168 foreach ( $this->keys as $keyToTest ) {
169 if ( get_class( $keyToTest ) !== get_class( $key ) ) {
$wgSitename
Name of the site.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...