|
MediaWiki master
|
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. | |
Class containing static functions for working with logs of patrol events.
Definition at line 22 of file PatrolLog.php.
|
static |
Record a log event for a change being patrolled.
| int | RecentChange | $rc | Change identifier or RecentChange object |
| bool | $auto | Was this patrol event automatic? |
| UserIdentity | $user | User performing the action |
| string | string[] | null | $tags | Change tags to add to the patrol log entry ($user should be able to add the specified tags before this is called) |
Definition at line 35 of file PatrolLog.php.
References MediaWiki\MediaWikiServices\getInstance(), and NS_SPECIAL.