|
MediaWiki master
|
Helper class for UserEditCountUpdate. More...
Public Member Functions | |
| __construct (UserIdentity $user, int $increment) | |
| getIncrement () | |
| getUser () | |
| merge (self $other) | |
| Merge another UserEditCountInfo into this one. | |
Helper class for UserEditCountUpdate.
Definition at line 12 of file UserEditCountInfo.php.
| MediaWiki\Deferred\UserEditCountInfo::__construct | ( | UserIdentity | $user, |
| int | $increment ) |
| UserIdentity | $user | |
| int | $increment |
Definition at line 24 of file UserEditCountInfo.php.
| MediaWiki\Deferred\UserEditCountInfo::getIncrement | ( | ) |
Definition at line 51 of file UserEditCountInfo.php.
| MediaWiki\Deferred\UserEditCountInfo::getUser | ( | ) |
Definition at line 44 of file UserEditCountInfo.php.
| MediaWiki\Deferred\UserEditCountInfo::merge | ( | self | $other | ) |
Merge another UserEditCountInfo into this one.
| UserEditCountInfo | $other |
Definition at line 34 of file UserEditCountInfo.php.