MediaWiki
REL1_40
TitleGetEditNoticesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
TitleGetEditNoticesHook
{
26
public
function
onTitleGetEditNotices
(
$title
, $oldid, &$notices );
27
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
MediaWiki\Hook\TitleGetEditNoticesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
TitleGetEditNoticesHook.php:14
MediaWiki\Hook\TitleGetEditNoticesHook\onTitleGetEditNotices
onTitleGetEditNotices( $title, $oldid, &$notices)
Use this hook to add edit notices.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:39
includes
Hook
TitleGetEditNoticesHook.php
Generated on Thu Jun 27 2024 14:02:51 for MediaWiki by
1.10.0