MediaWiki
1.23.2
|
Class containing static functions for working with logs of patrol events. More...
Static Public Member Functions | |
static | record ( $rc, $auto=false, User $user=null) |
Record a log event for a change being patrolled. More... | |
Static Private Member Functions | |
static | buildParams ( $change, $auto) |
Prepare log parameters for a patrolled change. More... | |
Class containing static functions for working with logs of patrol events.
Definition at line 29 of file PatrolLog.php.
|
staticprivate |
Prepare log parameters for a patrolled change.
RecentChange | $change | RecentChange to represent |
bool | $auto | Whether the patrol event was automatic |
Definition at line 78 of file PatrolLog.php.
References array().
Record a log event for a change being patrolled.
mixed | $rc | Change identifier or RecentChange object |
bool | $auto | Was this patrol event automatic? |
User | $user | User performing the action or null to use $wgUser |
Definition at line 39 of file PatrolLog.php.
References $user, $wgUser, global, and RecentChange\newFromId().
Referenced by WikiPage\doEditContent(), and RecentChange\doMarkPatrolled().