MediaWiki
REL1_39
TitleGetEditNoticesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
TitleGetEditNoticesHook
{
26
public
function
onTitleGetEditNotices
(
$title
, $oldid, &$notices );
27
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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:38
includes
Hook
TitleGetEditNoticesHook.php
Generated on Thu Nov 21 2024 05:22:58 for MediaWiki by
1.10.0