MediaWiki
master
|
Cut-down copy of User interface for local-interwiki-database user rights manipulation. More...
Public Member Functions | ||||
addGroup ( $group, $expiry=null) | ||||
Replaces User::addGroup() More... | ||||
equals (?UserIdentity $user) | ||||
| ||||
getGroupMemberships () | ||||
Replaces User::getGroupMemberships() More... | ||||
getGroups () | ||||
Replaces User::getUserGroups() More... | ||||
getId ( $wikiId=self::LOCAL) | ||||
getName () | ||||
Same as User::getName() More... | ||||
getUserPage () | ||||
Same as User::getUserPage() More... | ||||
getWikiId () | ||||
Returns the db Domain of the wiki the UserRightsProxy is associated with. More... | ||||
invalidateCache () | ||||
Replaces User::touchUser() More... | ||||
isAnon () | ||||
isRegistered () | ||||
| ||||
removeGroup ( $group) | ||||
Replaces User::removeGroup() More... | ||||
saveSettings () | ||||
setOption ( $option, $value) | ||||
Replaces User::setOption() More... | ||||
![]() | ||||
assertWiki ( $wikiId) | ||||
Throws if $wikiId is different from the return value of getWikiId(). More... | ||||
Static Public Member Functions | |
static | getDB ( $dbDomain, $ignoreInvalidDB=false) |
Open a database connection to work on for the requested user. More... | |
static | newFromId ( $dbDomain, $id, $ignoreInvalidDB=false) |
Factory function; get a remote user entry by ID number. More... | |
static | newFromName ( $dbDomain, $name, $ignoreInvalidDB=false) |
Factory function; get a remote user entry by name. More... | |
static | validDatabase ( $dbDomain) |
Confirm the selected database name is a valid local interwiki database name. More... | |
static | whoIs ( $dbDomain, $id, $ignoreInvalidDB=false) |
Same as User::whoIs() More... | |
Private Member Functions | |
__construct ( $db, $dbDomain, $name, $id) | |
Static Private Member Functions | |
static | newFromLookup ( $dbDomain, $field, $value, $ignoreInvalidDB=false) |
Private Attributes | |
IDatabase | $db |
string | $dbDomain |
int | $id |
string | $name |
array | $newOptions |
UserGroupManager | $userGroupManager |
Cut-down copy of User interface for local-interwiki-database user rights manipulation.
Definition at line 35 of file UserRightsProxy.php.
|
private |
IDatabase | $db | Db connection |
string | $dbDomain | Database name |
string | $name | User name |
int | $id | User ID |
Definition at line 59 of file UserRightsProxy.php.
UserRightsProxy::addGroup | ( | $group, | |
$expiry = null |
|||
) |
Replaces User::addGroup()
string | $group | |
string | null | $expiry |
Definition at line 238 of file UserRightsProxy.php.
UserRightsProxy::equals | ( | ?UserIdentity | $user | ) |
UserIdentity | null | $user |
Implements MediaWiki\User\UserIdentity.
Definition at line 311 of file UserRightsProxy.php.
|
static |
Open a database connection to work on for the requested user.
This may be a new connection to another database for remote users.
string | $dbDomain | |
bool | $ignoreInvalidDB | If true, don't check if $dbDomain is in $wgLocalDatabases |
Definition at line 168 of file UserRightsProxy.php.
References $dbDomain, DB_PRIMARY, WikiMap\isCurrentWikiId(), and wfGetDB().
Referenced by newFromLookup().
UserRightsProxy::getGroupMemberships | ( | ) |
Replaces User::getGroupMemberships()
Definition at line 227 of file UserRightsProxy.php.
UserRightsProxy::getGroups | ( | ) |
UserRightsProxy::getId | ( | $wikiId = self::LOCAL | ) |
string | false | $wikiId |
Implements MediaWiki\User\UserIdentity.
Definition at line 184 of file UserRightsProxy.php.
UserRightsProxy::getName | ( | ) |
Same as User::getName()
Implements MediaWiki\User\UserIdentity.
Definition at line 200 of file UserRightsProxy.php.
UserRightsProxy::getUserPage | ( | ) |
Same as User::getUserPage()
Definition at line 209 of file UserRightsProxy.php.
References Title\makeTitle(), and NS_USER.
UserRightsProxy::getWikiId | ( | ) |
Returns the db Domain of the wiki the UserRightsProxy is associated with.
Implements MediaWiki\DAO\WikiAwareEntity.
Definition at line 331 of file UserRightsProxy.php.
UserRightsProxy::invalidateCache | ( | ) |
Replaces User::touchUser()
Definition at line 290 of file UserRightsProxy.php.
References User\purge().
UserRightsProxy::isAnon | ( | ) |
Definition at line 191 of file UserRightsProxy.php.
UserRightsProxy::isRegistered | ( | ) |
Implements MediaWiki\User\UserIdentity.
Definition at line 321 of file UserRightsProxy.php.
|
static |
Factory function; get a remote user entry by ID number.
string | $dbDomain | Database name |
int | $id | User ID |
bool | $ignoreInvalidDB | If true, don't check if $dbDomain is in $wgLocalDatabases |
Definition at line 107 of file UserRightsProxy.php.
References $dbDomain, $id, and newFromLookup().
Referenced by whoIs().
|
staticprivate |
string | $dbDomain | |
string | $field | |
string | int | $value | |
bool | $ignoreInvalidDB |
Definition at line 130 of file UserRightsProxy.php.
References $db, $dbDomain, and getDB().
Referenced by newFromId(), and newFromName().
|
static |
Factory function; get a remote user entry by name.
string | $dbDomain | Database name |
string | $name | User name |
bool | $ignoreInvalidDB | If true, don't check if $dbDomain is in $wgLocalDatabases |
Definition at line 119 of file UserRightsProxy.php.
References $dbDomain, $name, and newFromLookup().
Referenced by UserrightsPage\fetchUser().
UserRightsProxy::removeGroup | ( | $group | ) |
Replaces User::removeGroup()
string | $group |
Definition at line 253 of file UserRightsProxy.php.
UserRightsProxy::saveSettings | ( | ) |
Definition at line 269 of file UserRightsProxy.php.
UserRightsProxy::setOption | ( | $option, | |
$value | |||
) |
Replaces User::setOption()
string | $option | |
mixed | $value |
Definition at line 265 of file UserRightsProxy.php.
|
static |
Confirm the selected database name is a valid local interwiki database name.
string | $dbDomain | Database name |
Definition at line 76 of file UserRightsProxy.php.
References $dbDomain.
Referenced by UserrightsPage\fetchUser().
|
static |
Same as User::whoIs()
string | $dbDomain | Database name |
int | $id | User ID |
bool | $ignoreInvalidDB | If true, don't check if $dbDomain is in $wgLocalDatabases |
Definition at line 90 of file UserRightsProxy.php.
References $dbDomain, $id, and newFromId().
Referenced by UserrightsPage\fetchUser().
|
private |
Definition at line 39 of file UserRightsProxy.php.
Referenced by __construct(), and newFromLookup().
|
private |
Definition at line 41 of file UserRightsProxy.php.
Referenced by __construct(), getDB(), newFromId(), newFromLookup(), newFromName(), validDatabase(), and whoIs().
|
private |
Definition at line 45 of file UserRightsProxy.php.
Referenced by __construct(), newFromId(), and whoIs().
|
private |
Definition at line 43 of file UserRightsProxy.php.
Referenced by __construct(), and newFromName().
|
private |
Definition at line 47 of file UserRightsProxy.php.
|
private |
Definition at line 49 of file UserRightsProxy.php.