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