MediaWiki master
LogLineHook.php
Go to the documentation of this file.
1<?php
2
4
6
14interface LogLineHook {
34 public function onLogLine( $log_type, $log_action, $title, $paramArray,
35 &$comment, &$revert, $time
36 );
37}
38
40class_alias( LogLineHook::class, 'MediaWiki\\Hook\\LogLineHook' );
Represents a title within MediaWiki.
Definition Title.php:69
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.