MediaWiki master
PatrolLog Class Reference

Class containing static functions for working with logs of patrol events. More...

Static Public Member Functions

static record ( $rc, $auto, UserIdentity $user, $tags=null)
 Record a log event for a change being patrolled.
 

Detailed Description

Class containing static functions for working with logs of patrol events.

Definition at line 31 of file PatrolLog.php.

Member Function Documentation

◆ record()

static PatrolLog::record ( $rc,
$auto,
UserIdentity $user,
$tags = null )
static

Record a log event for a change being patrolled.

Parameters
int | RecentChange$rcChange identifier or RecentChange object
bool$autoWas this patrol event automatic?
UserIdentity$userUser performing the action
string | string[] | null$tagsChange tags to add to the patrol log entry ($user should be able to add the specified tags before this is called)
Returns
bool

Definition at line 44 of file PatrolLog.php.

Referenced by RecentChange\doMarkPatrolled().


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