MediaWiki REL1_37
UserEditCountUpdate Class Reference

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

Inheritance diagram for UserEditCountUpdate:
Collaboration diagram for UserEditCountUpdate:

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.
 

Private Attributes

array[] $infoByUser
 We need to keep a single copy of the relevant UserIdentity to be able to pass to UserEditTracker.
 

Detailed Description

Handles increment the edit count for a given set of users.

Definition at line 30 of file UserEditCountUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

UserEditCountUpdate::__construct ( UserIdentity  $user,
  $increment 
)
Parameters
UserIdentity$user
int$increment

Definition at line 42 of file UserEditCountUpdate.php.

References MediaWiki\User\UserIdentity\getId().

Member Function Documentation

◆ doUpdate()

UserEditCountUpdate::doUpdate ( )

Commits the provided user edit count increments to the database.

Implements DeferrableUpdate.

Definition at line 72 of file UserEditCountUpdate.php.

References DB_PRIMARY.

◆ merge()

UserEditCountUpdate::merge ( MergeableUpdate  $update)

Merge this enqueued update with a new MergeableUpdate of the same qualified class name.

Parameters
MergeableUpdate$updateThe new update (having the same class)

Implements MergeableUpdate.

Definition at line 51 of file UserEditCountUpdate.php.

Member Data Documentation

◆ $infoByUser

array [] UserEditCountUpdate::$infoByUser
private

We need to keep a single copy of the relevant UserIdentity to be able to pass to UserEditTracker.

Map of (user ID => ('increment': int, 'object': UserIdentity))

Definition at line 36 of file UserEditCountUpdate.php.


The documentation for this class was generated from the following file: