MediaWiki
REL1_40
LogLineHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
LogLineHook
{
34
public
function
onLogLine
( $log_type, $log_action,
$title
, $paramArray,
35
&$comment, &$revert, $time
36
);
37
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
MediaWiki\Hook\LogLineHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogLineHook.php:14
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:39
includes
logging
Hook
LogLineHook.php
Generated on Thu Jun 27 2024 14:03:22 for MediaWiki by
1.10.0