|
MediaWiki REL1_39
|
Handles increment the edit count for a given set of users. More...


Public Member Functions | |
| __construct (UserIdentity $user, $increment) | |
| doUpdate () | |
| Commits the provided user edit count increments to the database. | |
| merge (MergeableUpdate $update) | |
| Merge this enqueued update with a new MergeableUpdate of the same qualified class name. | |
Handles increment the edit count for a given set of users.
Definition at line 31 of file UserEditCountUpdate.php.
| UserEditCountUpdate::__construct | ( | UserIdentity | $user, |
| $increment ) |
| UserIdentity | $user | |
| int | $increment |
Definition at line 43 of file UserEditCountUpdate.php.
References MediaWiki\User\UserIdentity\getId(), and MediaWiki\User\UserIdentity\isRegistered().
| UserEditCountUpdate::doUpdate | ( | ) |
Commits the provided user edit count increments to the database.
Implements DeferrableUpdate.
Definition at line 69 of file UserEditCountUpdate.php.
References $dbr, DB_PRIMARY, and DB_REPLICA.
| UserEditCountUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
| MergeableUpdate | $update | The new update (having the same class) |
Implements MergeableUpdate.
Definition at line 52 of file UserEditCountUpdate.php.