MediaWiki
1.34.0
|
Interface for objects representing user identity. More...
Public Member Functions | |
equals (UserIdentity $user) | |
getActorId () | |
getId () | |
getName () | |
isRegistered () | |
Interface for objects representing user identity.
This represents the identity of a user in the context of page revisions and log entries.
Definition at line 32 of file UserIdentity.php.
MediaWiki\User\UserIdentity::equals | ( | UserIdentity | $user | ) |
UserIdentity | $user |
Implemented in User, and MediaWiki\User\UserIdentityValue.
MediaWiki\User\UserIdentity::getActorId | ( | ) |
Implemented in MediaWiki\User\UserIdentityValue.
Referenced by ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), and User\newFromIdentity().
MediaWiki\User\UserIdentity::getId | ( | ) |
Implemented in User, and MediaWiki\User\UserIdentityValue.
Referenced by MediaWiki\Permissions\PermissionManager\addTemporaryUserRights(), WatchedItemStore\addWatchBatchForUser(), WatchedItemStore\clearUserWatchedItems(), WatchedItemStore\countUnreadNotifications(), WatchedItemStore\countWatchedItems(), WatchedItemStore\dbCond(), WatchedItemStore\getCacheKey(), ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), WatchedItemStore\getNotificationTimestampsBatch(), WatchedItemStore\getPageSeenTimestampsKey(), MediaWiki\Permissions\PermissionManager\getUserPermissions(), WatchedItemStore\getWatchedItemsForUser(), WatchedItemQueryService\getWatchedItemsForUserQueryConds(), WatchedItemQueryService\getWatchlistOwnerId(), ClearUserWatchlistJob\newForUser(), User\newFromIdentity(), WatchedItemStore\removeWatchBatchForUser(), WatchedItemStore\resetAllNotificationTimestampsForUser(), WatchedItemStore\resetNotificationTimestamp(), WatchedItemStore\setNotificationTimestampsForUser(), WatchedItemStore\uncache(), WatchedItemStore\uncacheAllItemsForUser(), WatchedItemStore\uncacheUser(), and WatchedItemStore\updateNotificationTimestamp().
MediaWiki\User\UserIdentity::getName | ( | ) |
Implemented in User, and MediaWiki\User\UserIdentityValue.
Referenced by MediaWiki\Permissions\PermissionManager\checkUserConfigPermissions(), MediaWiki\User\UserIdentityValue\equals(), User\equals(), ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), MediaWiki\Storage\DerivedPageDataUpdater\isReusableFor(), User\newFromIdentity(), MediaWiki\Storage\DerivedPageDataUpdater\prepareContent(), and MediaWiki\Storage\DerivedPageDataUpdater\prepareUpdate().
MediaWiki\User\UserIdentity::isRegistered | ( | ) |
Implemented in User, and MediaWiki\User\UserIdentityValue.
Referenced by WatchedItemStore\addWatchBatchForUser(), MediaWiki\Block\BlockManager\getBlockFromCookieValue(), WatchedItemStore\getNotificationTimestampsBatch(), MediaWiki\Permissions\PermissionManager\getRightsCacheKey(), WatchedItemStore\getWatchedItem(), WatchedItemQueryService\getWatchedItemsForUser(), WatchedItemStore\loadWatchedItem(), WatchedItemStore\removeWatchBatchForUser(), WatchedItemStore\resetAllNotificationTimestampsForUser(), WatchedItemStore\resetNotificationTimestamp(), and WatchedItemStore\setNotificationTimestampsForUser().