MediaWiki
REL1_35
TitleGetEditNoticesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
11
interface
TitleGetEditNoticesHook
{
23
public
function
onTitleGetEditNotices
(
$title
, $oldid, &$notices );
24
}
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Hook\TitleGetEditNoticesHook
Stable to implement.
Definition
TitleGetEditNoticesHook.php:11
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 Sat Apr 6 2024 00:07:14 for MediaWiki by
1.9.8