MediaWiki REL1_35
LogLineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
11interface LogLineHook {
31 public function onLogLine( $log_type, $log_action, $title, $paramArray,
32 &$comment, &$revert, $time
33 );
34}
Represents a title within MediaWiki.
Definition Title.php:42
Stable to implement.
onLogLine( $log_type, $log_action, $title, $paramArray, &$comment, &$revert, $time)
Use this hook to process a single log entry on Special:Log.