MediaWiki master
MediaWiki\Storage\RevertedTagUpdateManager Class Reference

Class for managing delayed RevertedTagUpdateJob waiting for user approval. More...

Public Member Functions

 __construct (EditResultCache $editResultCache, JobQueueGroup $jobQueueGroup)
 
 approveRevertedTagForRevision (int $revertRevisionId)
 Enqueue a RevertedTagUpdateJob for the given revision, if needed.
 

Detailed Description

Class for managing delayed RevertedTagUpdateJob waiting for user approval.

This is intended to be used by the patrol subsystem and various content management extensions.

Since
1.36
Author
Ostrzyciel

Definition at line 35 of file RevertedTagUpdateManager.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Storage\RevertedTagUpdateManager::__construct ( EditResultCache $editResultCache,
JobQueueGroup $jobQueueGroup )
Parameters
EditResultCache$editResultCache
JobQueueGroup$jobQueueGroup

Definition at line 47 of file RevertedTagUpdateManager.php.

Member Function Documentation

◆ approveRevertedTagForRevision()

MediaWiki\Storage\RevertedTagUpdateManager::approveRevertedTagForRevision ( int $revertRevisionId)

Enqueue a RevertedTagUpdateJob for the given revision, if needed.

Call this when the user "approves" the edit.

This method is also called whenever the edit is patrolled or autopatrolled.

Parameters
int$revertRevisionId
Returns
bool Whether the update was enqueued successfully

Definition at line 65 of file RevertedTagUpdateManager.php.


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