MediaWiki
REL1_39
LogLineHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
LogLineHook
{
34
public
function
onLogLine
( $log_type, $log_action,
$title
, $paramArray,
35
&$comment, &$revert, $time
36
);
37
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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:38
includes
logging
Hook
LogLineHook.php
Generated on Mon Nov 11 2024 07:23:29 for MediaWiki by
1.10.0