MediaWiki master
LogLineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
14interface LogLineHook {
34 public function onLogLine( $log_type, $log_action, $title, $paramArray,
35 &$comment, &$revert, $time
36 );
37}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onLogLine( $log_type, $log_action, $title, $paramArray, &$comment, &$revert, $time)
Use this hook to process a single log entry on Special:Log.