MediaWiki
REL1_41
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:76
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
includes
Hook
TitleGetEditNoticesHook.php
Generated on Sat Nov 23 2024 08:23:24 for MediaWiki by
1.10.0