MediaWiki REL1_37
MessageCacheReplaceHook.php
Go to the documentation of this file.
1<?php
2
4
5use Title;
6
24 public function onMessageCacheReplace( $title, $text );
25}
Represents a title within MediaWiki.
Definition Title.php:48
This is a hook handler interface, see docs/Hooks.md.
onMessageCacheReplace( $title, $text)
This hook is called when a message page is changed.